共用方式為


MTLStoreActionOptions 列舉

定義

列舉存放區動作選項。

此列舉支援其成員值的位元組合。

[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)]
[System.Flags]
public enum MTLStoreActionOptions
type MTLStoreActionOptions = 
繼承
MTLStoreActionOptions
屬性

欄位

CustomSamplePositions 1

表示資料會以不考慮樣本位置的方式儲存。

None 0

表示沒有修改存放區動作。

適用於