![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgrhivisualizer_p.h>
Public Attributes | |
struct { | |
char data [UBUF_SIZE] | |
} | uniforms |
struct { | |
QRhiGraphicsPipeline::Topology topology | |
QRhiVertexInputAttribute::Format format | |
int count | |
int stride | |
const void * data | |
} | vertex |
struct { | |
QRhiCommandBuffer::IndexFormat format | |
int count | |
int stride | |
const void * data | |
} | index |
struct { | |
QRhiBuffer * vbuf | |
int vbufOffset | |
QRhiBuffer * ibuf | |
int ibufOffset | |
int ubufOffset | |
} | buf |
Static Public Attributes | |
static const int | UBUF_SIZE = 152 |
Definition at line 40 of file qsgrhivisualizer_p.h.
struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::buf |
int QSGBatchRenderer::RhiVisualizer::DrawCall::count |
Definition at line 49 of file qsgrhivisualizer_p.h.
char QSGBatchRenderer::RhiVisualizer::DrawCall::data[UBUF_SIZE] |
Definition at line 44 of file qsgrhivisualizer_p.h.
const void* QSGBatchRenderer::RhiVisualizer::DrawCall::data |
Definition at line 51 of file qsgrhivisualizer_p.h.
QRhiVertexInputAttribute::Format QSGBatchRenderer::RhiVisualizer::DrawCall::format |
Definition at line 48 of file qsgrhivisualizer_p.h.
QRhiCommandBuffer::IndexFormat QSGBatchRenderer::RhiVisualizer::DrawCall::format |
Definition at line 54 of file qsgrhivisualizer_p.h.
QRhiBuffer* QSGBatchRenderer::RhiVisualizer::DrawCall::ibuf |
Definition at line 62 of file qsgrhivisualizer_p.h.
int QSGBatchRenderer::RhiVisualizer::DrawCall::ibufOffset |
Definition at line 63 of file qsgrhivisualizer_p.h.
struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::index |
int QSGBatchRenderer::RhiVisualizer::DrawCall::stride |
Definition at line 50 of file qsgrhivisualizer_p.h.
QRhiGraphicsPipeline::Topology QSGBatchRenderer::RhiVisualizer::DrawCall::topology |
Definition at line 47 of file qsgrhivisualizer_p.h.
|
static |
Definition at line 42 of file qsgrhivisualizer_p.h.
int QSGBatchRenderer::RhiVisualizer::DrawCall::ubufOffset |
Definition at line 64 of file qsgrhivisualizer_p.h.
struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::uniforms |
QRhiBuffer* QSGBatchRenderer::RhiVisualizer::DrawCall::vbuf |
Definition at line 60 of file qsgrhivisualizer_p.h.
int QSGBatchRenderer::RhiVisualizer::DrawCall::vbufOffset |
Definition at line 61 of file qsgrhivisualizer_p.h.
struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::vertex |