mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
More minor fixes
This commit is contained in:
Vendored
+3
@@ -173,6 +173,9 @@ when ODIN_OS == .Windows {
|
|||||||
foreign import lib "system:raylib"
|
foreign import lib "system:raylib"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VERSION_MAJOR :: 5
|
||||||
|
VERSION_MINOR :: 0
|
||||||
|
VERSION_PATCH :: 0
|
||||||
VERSION :: "5.0"
|
VERSION :: "5.0"
|
||||||
|
|
||||||
PI :: 3.14159265358979323846
|
PI :: 3.14159265358979323846
|
||||||
|
|||||||
Vendored
+3
-1
@@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************************************
|
/**********************************************************************************************
|
||||||
*
|
*
|
||||||
* rlgl v4.5 - A multi-OpenGL abstraction layer with an immediate-mode style API
|
* rlgl v5.0 - A multi-OpenGL abstraction layer with an immediate-mode style API
|
||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0)
|
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0)
|
||||||
@@ -109,6 +109,8 @@ package raylib
|
|||||||
|
|
||||||
import "core:c"
|
import "core:c"
|
||||||
|
|
||||||
|
RLGL_VERSION :: "4.5"
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import lib {
|
foreign import lib {
|
||||||
"windows/raylib.lib",
|
"windows/raylib.lib",
|
||||||
|
|||||||
Reference in New Issue
Block a user