共用方式為


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

表示可變動的緩衝區。

適用於