mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
video_core: Fix SNORM texture buffer emulating error (#9001)
This commit is contained in:
parent
210d5d29ed
commit
bcf6a7c0dd
23 changed files with 224 additions and 52 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue