mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-11 12:36:29 +00:00
video_core: Fix SNORM texture buffer emulating error (#9001)
This commit is contained in:
@@ -18,6 +18,10 @@ void EmitBitCastU64F64(EmitContext&) {
|
||||
throw NotImplementedException("SPIR-V Instruction");
|
||||
}
|
||||
|
||||
void EmitBitCastS32F32(EmitContext&) {
|
||||
throw NotImplementedException("SPIR-V Instruction");
|
||||
}
|
||||
|
||||
void EmitBitCastF16U16(EmitContext&) {
|
||||
throw NotImplementedException("SPIR-V Instruction");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user