Update emit_spirv_instructions.h

This commit is contained in:
DanielSvoboda 2024-07-28 23:10:17 -03:00 committed by GitHub
parent 7d64fb12db
commit 953fd5cb76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -387,6 +387,7 @@ Id EmitImageAtomicXor32(EmitContext& ctx, IR::Inst* inst, u32 handle, Id coords,
Id EmitImageAtomicExchange32(EmitContext& ctx, IR::Inst* inst, u32 handle, Id coords, Id value);
Id EmitLaneId(EmitContext& ctx);
Id EmitWarpId(EmitContext& ctx);
Id EmitQuadShuffle(EmitContext& ctx, Id value, Id index);
} // namespace Shader::Backend::SPIRV