Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qrhitextureformats_p.h File Reference

(10ff3db623a78ff9166867ebe2e9b430e7a6e554)

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

Variable Documentation

◆ RhiTextureFormat_BGRA8

const int RhiTextureFormat_BGRA8 = 2

Definition at line 19 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_R16

const int RhiTextureFormat_R16 = 5

Definition at line 22 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_R8

const int RhiTextureFormat_R8 = 3

Definition at line 20 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_RED_OR_ALPHA8

const int RhiTextureFormat_RED_OR_ALPHA8 = 7

Definition at line 24 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_RG16

const int RhiTextureFormat_RG16 = 6

Definition at line 23 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_RG8

const int RhiTextureFormat_RG8 = 4

Definition at line 21 of file qrhitextureformats_p.h.

◆ RhiTextureFormat_RGBA8

const int RhiTextureFormat_RGBA8 = 1

Definition at line 18 of file qrhitextureformats_p.h.