MaplyShaderAttrType
Objective-C
enum MaplyShaderAttrType {}
Swift
enum MaplyShaderAttrType : Int
The various types of attributes that can be passed in to shaders.
-
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeIntSwift
case int = 0 -
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloatSwift
case float = 1 -
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat2Swift
case float2 = 2 -
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat3Swift
case float3 = 3 -
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat4Swift
case float4 = 4
MaplyShaderAttrType Enumeration Reference