mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add missing trailing commas
This commit is contained in:
Vendored
+2
-2
@@ -734,7 +734,7 @@ ShaderLocationIndex :: enum c.int {
|
|||||||
MAP_BRDF, // Shader location: sampler2d texture: brdf
|
MAP_BRDF, // Shader location: sampler2d texture: brdf
|
||||||
VERTEX_BONEIDS, // Shader location: vertex attribute: boneIds
|
VERTEX_BONEIDS, // Shader location: vertex attribute: boneIds
|
||||||
VERTEX_BONEWEIGHTS, // Shader location: vertex attribute: boneWeights
|
VERTEX_BONEWEIGHTS, // Shader location: vertex attribute: boneWeights
|
||||||
BONE_MATRICES // Shader location: array of matrices uniform: boneMatrices
|
BONE_MATRICES, // Shader location: array of matrices uniform: boneMatrices
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -851,7 +851,7 @@ CameraMode :: enum c.int {
|
|||||||
FREE, // Camera free mode
|
FREE, // Camera free mode
|
||||||
ORBITAL, // Camera orbital, around target, zoom supported
|
ORBITAL, // Camera orbital, around target, zoom supported
|
||||||
FIRST_PERSON, // Camera first person
|
FIRST_PERSON, // Camera first person
|
||||||
THIRD_PERSON // Camera third person
|
THIRD_PERSON, // Camera third person
|
||||||
}
|
}
|
||||||
|
|
||||||
// Camera projection
|
// Camera projection
|
||||||
|
|||||||
Reference in New Issue
Block a user