![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Variables | |
const int | RhiTextureFormat_RGBA8 = 1 |
const int | RhiTextureFormat_BGRA8 = 2 |
const int | RhiTextureFormat_R8 = 3 |
const int | RhiTextureFormat_RG8 = 4 |
const int | RhiTextureFormat_R16 = 5 |
const int | RhiTextureFormat_RG16 = 6 |
const int | RhiTextureFormat_RED_OR_ALPHA8 = 7 |
const int RhiTextureFormat_BGRA8 = 2 |
Definition at line 19 of file qrhitextureformats_p.h.
const int RhiTextureFormat_R16 = 5 |
Definition at line 22 of file qrhitextureformats_p.h.
const int RhiTextureFormat_R8 = 3 |
Definition at line 20 of file qrhitextureformats_p.h.
const int RhiTextureFormat_RED_OR_ALPHA8 = 7 |
Definition at line 24 of file qrhitextureformats_p.h.
const int RhiTextureFormat_RG16 = 6 |
Definition at line 23 of file qrhitextureformats_p.h.
const int RhiTextureFormat_RG8 = 4 |
Definition at line 21 of file qrhitextureformats_p.h.
const int RhiTextureFormat_RGBA8 = 1 |
Definition at line 18 of file qrhitextureformats_p.h.