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
MaplyShaderAttrTypeInt
Swift
case int = 0
-
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat
Swift
case float = 1
-
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat2
Swift
case float2 = 2
-
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat3
Swift
case float3 = 3
-
Undocumented
Declaration
Objective-C
MaplyShaderAttrTypeFloat4
Swift
case float4 = 4