次の方法で共有


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

変更可能なバッファーを示します。

適用対象