textureDataType
The data type of a texture argument.
Declaration
var textureDataType: MTLDataType { get }Discussion
For information on possible values, see MTLDataType. If the argument is not a texture, querying this property is a fatal error.
The data type of a texture argument.
var textureDataType: MTLDataType { get }For information on possible values, see MTLDataType. If the argument is not a texture, querying this property is a fatal error.