Update emit_spirv_atomic.cpp
This commit is contained in:
parent
6bd2ee4831
commit
6dc79af9eb
|
@ -75,5 +75,4 @@ Id EmitBufferAtomicIMax32(EmitContext& ctx, IR::Inst* inst, u32 handle, Id coord
|
|||
return ImageAtomicU32(ctx, inst, handle, coords, value, &Sirit::Module::OpAtomicSMax);
|
||||
}
|
||||
|
||||
|
||||
} // namespace Shader::Backend::SPIRV
|
||||
|
|
Loading…
Reference in New Issue