mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: update sokol_gfx.h to the LAST version, and fix example 06 (#13100)
This commit is contained in:
@@ -297,3 +297,10 @@ pub enum Action {
|
||||
dontcare
|
||||
_num
|
||||
}
|
||||
|
||||
pub enum UniformLayout {
|
||||
uniformlayout_default = 0 // value 0 reserved for default-init
|
||||
uniformlayout_native // default: layout depends on currently active backend
|
||||
uniformlayout_std140 // std140: memory layout according to std140
|
||||
_num
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user