MTLStoreActionOptions Enum

Definition

Enumerates store action options.

This enumeration supports a bitwise combination of its member values.

[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 = 
Inheritance
MTLStoreActionOptions
Attributes

Fields

CustomSamplePositions 1

Indicates that data will be stored in a way that does not consider the sample position.

None 0

Indicates no store action modification.

Applies to