mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 23:55:45 +00:00
glsl: F16x2 storage atomics
This commit is contained in:
parent
5fa21197b9
commit
0adc9d2fc1
7 changed files with 64 additions and 58 deletions
|
@ -18,6 +18,7 @@ enum class Type;
|
|||
namespace Shader::Backend::GLSL {
|
||||
enum class Type : u32 {
|
||||
U1,
|
||||
F16x2,
|
||||
S32,
|
||||
U32,
|
||||
F32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue