mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 04:11:05 +00:00
Fix detecting SInt textures from SNorm accidentally
This commit is contained in:
@@ -303,7 +303,7 @@ bool GLReplay::RenderTexture(TextureDisplay cfg)
|
||||
case eCompType_UInt:
|
||||
resType |= TEXDISPLAY_UINT_TEX;
|
||||
break;
|
||||
case eCompType_SNorm:
|
||||
case eCompType_SInt:
|
||||
resType |= TEXDISPLAY_SINT_TEX;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user