mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 23:55:45 +00:00
glsl: Add many FP32/64 instructions
This commit is contained in:
parent
fc7cb28bc7
commit
1dae770c9d
12 changed files with 1011 additions and 765 deletions
|
@ -17,9 +17,10 @@ class Value;
|
|||
namespace Shader::Backend::GLSL {
|
||||
enum class Type : u32 {
|
||||
U1,
|
||||
U32,
|
||||
S32,
|
||||
U32,
|
||||
F32,
|
||||
S64,
|
||||
U64,
|
||||
F64,
|
||||
U32x2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue