Class Raylib.rlShaderAttributeDataType
java.lang.Object
com.raylib.Raylib.rlShaderAttributeDataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Shader attribute type: floatstatic final int
Shader attribute type: vec2 (2 float)static final int
Shader attribute type: vec3 (3 float)static final int
Shader attribute type: vec4 (4 float) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RL_SHADER_ATTRIB_FLOAT
public static final int RL_SHADER_ATTRIB_FLOATShader attribute type: float- See Also:
-
RL_SHADER_ATTRIB_VEC2
public static final int RL_SHADER_ATTRIB_VEC2Shader attribute type: vec2 (2 float)- See Also:
-
RL_SHADER_ATTRIB_VEC3
public static final int RL_SHADER_ATTRIB_VEC3Shader attribute type: vec3 (3 float)- See Also:
-
RL_SHADER_ATTRIB_VEC4
public static final int RL_SHADER_ATTRIB_VEC4Shader attribute type: vec4 (4 float)- See Also:
-
-
Constructor Details
-
rlShaderAttributeDataType
public rlShaderAttributeDataType()
-