mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Vendored
+1
-1
@@ -514,7 +514,7 @@ foreign lib {
|
|||||||
UpdateVertexBufferElements :: proc(id: c.uint, data: rawptr, dataSize: c.int, offset: c.int) --- // Update vertex buffer elements with new data
|
UpdateVertexBufferElements :: proc(id: c.uint, data: rawptr, dataSize: c.int, offset: c.int) --- // Update vertex buffer elements with new data
|
||||||
UnloadVertexArray :: proc(vaoId: c.uint) ---
|
UnloadVertexArray :: proc(vaoId: c.uint) ---
|
||||||
UnloadVertexBuffer :: proc(vboId: c.uint) ---
|
UnloadVertexBuffer :: proc(vboId: c.uint) ---
|
||||||
SetVertexAttribute :: proc(index: c.uint, compSize: c.int, type: c.int, normalized: bool, stride: c.int, pointer: rawptr) ---
|
SetVertexAttribute :: proc(index: c.uint, compSize: c.int, type: c.int, normalized: bool, stride: c.int, offset: c.int) ---
|
||||||
SetVertexAttributeDivisor :: proc(index: c.uint, divisor: c.int) ---
|
SetVertexAttributeDivisor :: proc(index: c.uint, divisor: c.int) ---
|
||||||
SetVertexAttributeDefault :: proc(locIndex: c.int, value: rawptr, attribType: c.int, count: c.int) --- // Set vertex attribute default value
|
SetVertexAttributeDefault :: proc(locIndex: c.int, value: rawptr, attribType: c.int, count: c.int) --- // Set vertex attribute default value
|
||||||
DrawVertexArray :: proc(offset: c.int, count: c.int) ---
|
DrawVertexArray :: proc(offset: c.int, count: c.int) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user