...
This commit is contained in:
@@ -19,36 +19,6 @@ export struct Matrix
|
||||
m11: f32
|
||||
m15: f32
|
||||
}
|
||||
export struct Matrix
|
||||
{
|
||||
m0: f32
|
||||
m4: f32
|
||||
m8: f32
|
||||
m12: f32
|
||||
m1: f32
|
||||
m5: f32
|
||||
m9: f32
|
||||
m13: f32
|
||||
m2: f32
|
||||
m6: f32
|
||||
m10: f32
|
||||
m14: f32
|
||||
m3: f32
|
||||
m7: f32
|
||||
m11: f32
|
||||
m15: f32
|
||||
}
|
||||
export struct rlVertexBuffer
|
||||
{
|
||||
elementCount: i32
|
||||
vertices: ^f32
|
||||
texcoords: ^f32
|
||||
normals: ^f32
|
||||
colors: ^u8
|
||||
indices: ^u32
|
||||
vaoId: u32
|
||||
vboId: [5]u32
|
||||
}
|
||||
export struct rlVertexBuffer
|
||||
{
|
||||
elementCount: i32
|
||||
@@ -67,22 +37,6 @@ export struct rlDrawCall
|
||||
vertexAlignment: i32
|
||||
textureId: u32
|
||||
}
|
||||
export struct rlDrawCall
|
||||
{
|
||||
mode: i32
|
||||
vertexCount: i32
|
||||
vertexAlignment: i32
|
||||
textureId: u32
|
||||
}
|
||||
export struct rlRenderBatch
|
||||
{
|
||||
bufferCount: i32
|
||||
currentBuffer: i32
|
||||
vertexBuffer: ^rlVertexBuffer
|
||||
draws: ^rlDrawCall
|
||||
drawCounter: i32
|
||||
currentDepth: f32
|
||||
}
|
||||
export struct rlRenderBatch
|
||||
{
|
||||
bufferCount: i32
|
||||
|
||||
Reference in New Issue
Block a user