mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
add 3 missing functions in vendor:raylib/rlgl
This commit is contained in:
Vendored
+3
@@ -386,6 +386,9 @@ foreign lib {
|
|||||||
Frustum :: proc(left, right, bottom, top, znear, zfar: f64) ---
|
Frustum :: proc(left, right, bottom, top, znear, zfar: f64) ---
|
||||||
Ortho :: proc(left, right, bottom, top, znear, zfar: f64) ---
|
Ortho :: proc(left, right, bottom, top, znear, zfar: f64) ---
|
||||||
Viewport :: proc(x, y, width, height: c.int) --- // Set the viewport area
|
Viewport :: proc(x, y, width, height: c.int) --- // Set the viewport area
|
||||||
|
SetClipPlanes :: proc(near, far: f64) --- // Set clip planes distances
|
||||||
|
GetCullDistanceNear :: proc() -> f64 --- // Get cull plane distance near
|
||||||
|
GetCullDistanceFar :: proc() -> f64 --- // Get cull plane distance far
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// Functions Declaration - Vertex level operations
|
// Functions Declaration - Vertex level operations
|
||||||
|
|||||||
Reference in New Issue
Block a user