mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 01:46:38 +00:00
Implement GetTextureData for GL - underlying code behind texture saving
* This should support all forms of textures off the bat, multisampled textures, 3D textures, arrays, compressed and uncompressed, etc.
This commit is contained in:
@@ -168,6 +168,8 @@ namespace renderdoc
|
||||
BC5,
|
||||
BC6,
|
||||
BC7,
|
||||
ETC2,
|
||||
EAC,
|
||||
R10G10B10A2,
|
||||
R11G11B10,
|
||||
B5G6R5,
|
||||
|
||||
Reference in New Issue
Block a user