다음을 통해 공유


MTLMutability 열거형

정의

버퍼 변경 가능성 설명을 열거합니다.

[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 enum MTLMutability
type MTLMutability = 
상속
MTLMutability
특성

필드

Default 0

버퍼의 기본 변경 가능성을 튜프별로 나타냅니다.

Immutable 2

변경할 수 없는 버퍼를 나타냅니다.

Mutable 1

변경 가능한 버퍼를 나타냅니다.

적용 대상