MTLDevice_Extensions.CreateLibrary 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateLibrary(IMTLDevice, NSUrl, NSError) |
지정된 URL의 함수에서 새 라이브러리를 만들고 반환합니다. |
CreateLibrary(IMTLDevice, NSBundle, NSError) |
지정된 번들의 함수에서 새 라이브러리를 만들고 반환합니다. |
CreateLibrary(IMTLDevice, NSUrl, NSError)
지정된 URL의 함수에서 새 라이브러리를 만들고 반환합니다.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLLibrary CreateLibrary (this Metal.IMTLDevice This, Foundation.NSUrl url, out Foundation.NSError error);
static member CreateLibrary : Metal.IMTLDevice * Foundation.NSUrl * -> Metal.IMTLLibrary
매개 변수
- This
- IMTLDevice
이 메서드가 작동하는 인스턴스입니다.
- url
- NSUrl
- error
- NSError
반환
- 특성
적용 대상
CreateLibrary(IMTLDevice, NSBundle, NSError)
지정된 번들의 함수에서 새 라이브러리를 만들고 반환합니다.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLLibrary CreateLibrary (this Metal.IMTLDevice This, Foundation.NSBundle bundle, out Foundation.NSError error);
static member CreateLibrary : Metal.IMTLDevice * Foundation.NSBundle * -> Metal.IMTLLibrary
매개 변수
- This
- IMTLDevice
이 메서드가 작동하는 인스턴스입니다.
- bundle
- NSBundle
- error
- NSError
반환
- 특성