Add docstring documentation for new PVRTC enum

This commit is contained in:
baldurk
2017-10-02 15:29:13 +01:00
parent 554116eee4
commit cd17180e64
+4
View File
@@ -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
{