Update emit_spirv_atomic.cpp

This commit is contained in:
DanielSvoboda 2024-07-28 18:00:36 -03:00 committed by GitHub
parent 6bd2ee4831
commit 6dc79af9eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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