glsl: Add many FP32/64 instructions

This commit is contained in:
ameerj 2021-05-22 01:52:03 -04:00
parent fc7cb28bc7
commit 1dae770c9d
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,