glsl: Add many FP32/64 instructions

This commit is contained in:
ameerj
2021-05-22 01:52:03 -04:00
parent 53667ddd4e
commit 5e9095ef22
12 changed files with 1011 additions and 765 deletions

View File

@ -17,9 +17,10 @@ class Value;
namespace Shader::Backend::GLSL {
enum class Type : u32 {
U1,
U32,
S32,
U32,
F32,
S64,
U64,
F64,
U32x2,