mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 23:55:45 +00:00
glsl: Fix non-immediate buffer access
and many other misc implementations
This commit is contained in:
parent
2328b0b2a8
commit
ac6135774f
12 changed files with 133 additions and 72 deletions
|
@ -27,6 +27,8 @@ enum class Type : u32 {
|
|||
F64,
|
||||
U32x2,
|
||||
F32x2,
|
||||
U32x3,
|
||||
F32x3,
|
||||
U32x4,
|
||||
F32x4,
|
||||
Void,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue