mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add docstring documentation for new PVRTC enum
This commit is contained in:
@@ -1115,6 +1115,10 @@ or formats that don't have equal byte-multiple sizes for each channel.
|
||||
.. data:: YUV
|
||||
|
||||
The pixel data is in an opaque YUV format.
|
||||
|
||||
.. data:: PVRTC
|
||||
|
||||
PowerVR properitary texture compression format.
|
||||
)");
|
||||
enum class ResourceFormatType : uint8_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user