![]() |
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.
Namespaces | |
namespace | QSGBatchRenderer |
Macros | |
#define | QSGNODE_TRAVERSE(NODE) |
#define | SHADOWNODE_TRAVERSE(NODE) |
#define | QSGNODE_DIRTY_PARENT |
Functions | |
QMatrix4x4 | QSGBatchRenderer::qsg_matrixForRoot (Node *node) |
QRhiVertexInputAttribute::Format | QSGBatchRenderer::qsg_vertexInputFormat (const QSGGeometry::Attribute &a) |
QRhiCommandBuffer::IndexFormat | QSGBatchRenderer::qsg_indexFormat (const QSGGeometry *geometry) |
QRhiGraphicsPipeline::Topology | QSGBatchRenderer::qsg_topology (int geomDrawMode, QRhi *rhi) |
static void | QSGBatchRenderer::fillVertexIndex (RhiVisualizer::DrawCall *dc, QSGGeometry *g, bool withData, bool forceUintIndex, QRhi *rhi) |
static uint | QSGBatchRenderer::aligned (uint v, uint byteAlign) |
static bool | QSGBatchRenderer::ensureBuffer (QRhi *rhi, QRhiBuffer **buf, QRhiBuffer::UsageFlags usage, quint32 newSize) |
Variables | |
const QRhiShaderResourceBinding::StageFlags | QSGBatchRenderer::ubufVisibility |
#define QSGNODE_DIRTY_PARENT |
Definition at line 17 of file qsgrhivisualizer.cpp.
#define QSGNODE_TRAVERSE | ( | NODE | ) |
Definition at line 15 of file qsgrhivisualizer.cpp.
#define SHADOWNODE_TRAVERSE | ( | NODE | ) |
Definition at line 16 of file qsgrhivisualizer.cpp.