Bump raylib to master (#283)
This commit is contained in:
parent
1e257d1738
commit
163b1ef2e9
8 changed files with 211 additions and 73 deletions
|
|
@ -39,6 +39,7 @@ pub const rlRenderBatch = extern struct {
|
|||
};
|
||||
|
||||
pub const rlGlVersion = enum(c_int) {
|
||||
rl_opengl_11_software = 0,
|
||||
rl_opengl_11 = 1,
|
||||
rl_opengl_21 = 2,
|
||||
rl_opengl_33 = 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue