shader,spirv: Implement ImageQueryLod.

This commit is contained in:
FernandoS27
2021-03-28 19:47:52 +02:00
committed by ameerj
parent 2c276ec6eb
commit 613b48c4a2
9 changed files with 38 additions and 1 deletions

View File

@ -70,6 +70,7 @@ public:
Id true_value{};
Id false_value{};
Id u32_zero_value{};
Id f32_zero_value{};
UniformDefinitions uniform_types;