shader,spirv: Implement ImageQueryLod.
This commit is contained in:
parent
2c276ec6eb
commit
613b48c4a2
9 changed files with 38 additions and 1 deletions
|
@ -182,6 +182,7 @@ void EmitContext::DefineCommonConstants() {
|
|||
true_value = ConstantTrue(U1);
|
||||
false_value = ConstantFalse(U1);
|
||||
u32_zero_value = Constant(U32[1], 0U);
|
||||
f32_zero_value = Constant(F32[1], 0.0f);
|
||||
}
|
||||
|
||||
void EmitContext::DefineInterfaces(const Info& info) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue