mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 06:41:05 +00:00
Fix typo that was reported
This commit is contained in:
@@ -2598,7 +2598,7 @@ void WrappedOpenGL::Common_glCompressedTextureImage3DEXT(ResourceId texId, GLenu
|
||||
}
|
||||
else
|
||||
{
|
||||
SCOPED_SERIALISE_CONTEXT(TEXIMAGE3D);
|
||||
SCOPED_SERIALISE_CONTEXT(TEXIMAGE3D_COMPRESSED);
|
||||
Serialise_glCompressedTextureImage3DEXT(record->Resource.name,
|
||||
target, level, internalformat, width, height, depth, border, imageSize, fromunpackbuf ? NULL : pixels);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user