MTLStorageMode 枚举

定义

枚举资源映射的 CPU 缓存模式。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MTLStorageMode
type MTLStorageMode = 
继承
MTLStorageMode
属性

字段

Managed 1
Memoryless 3

指示未备份的临时呈现目标的内存模式。

Private 2

指示只有 GPU 可以访问资源的位置。

Shared 0

指示 CPU 和 GPU 都可以访问资源的位置。

适用于