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

通过 tupe 指示缓冲区的默认可变性。

Immutable 2

指示不可变缓冲区。

Mutable 1

指示可变缓冲区。

适用于