MTLArgumentAccess Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function access restrictions of argument data in the shader code.
public enum MTLArgumentAccess
type MTLArgumentAccess =
- Inheritance
-
MTLArgumentAccess
Fields
Name | Value | Description |
---|---|---|
ReadOnly | 0 | |
ReadWrite | 1 | |
WriteOnly | 2 |