access
The texture’s read/write access to the argument.
Declaration
var access: MTLBindingAccess { get }Discussion
This property indicates the type of access qualifiers (read-only, write-only, or read-write) used in the Metal shading language code. For information on possible values, see MTLArgumentAccess.