Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSGBatchRenderer::RhiVisualizer::DrawCall Struct Reference

#include <qsgrhivisualizer_p.h>

+ Collaboration diagram for QSGBatchRenderer::RhiVisualizer::DrawCall:

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
 

Detailed Description

Definition at line 40 of file qsgrhivisualizer_p.h.

Member Data Documentation

◆ [struct]

struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::buf

◆ count

int QSGBatchRenderer::RhiVisualizer::DrawCall::count

Definition at line 49 of file qsgrhivisualizer_p.h.

◆ data [1/2]

char QSGBatchRenderer::RhiVisualizer::DrawCall::data[UBUF_SIZE]

Definition at line 44 of file qsgrhivisualizer_p.h.

◆ data [2/2]

const void* QSGBatchRenderer::RhiVisualizer::DrawCall::data

Definition at line 51 of file qsgrhivisualizer_p.h.

◆ format [1/2]

QRhiVertexInputAttribute::Format QSGBatchRenderer::RhiVisualizer::DrawCall::format

Definition at line 48 of file qsgrhivisualizer_p.h.

◆ format [2/2]

QRhiCommandBuffer::IndexFormat QSGBatchRenderer::RhiVisualizer::DrawCall::format

Definition at line 54 of file qsgrhivisualizer_p.h.

◆ ibuf

QRhiBuffer* QSGBatchRenderer::RhiVisualizer::DrawCall::ibuf

Definition at line 62 of file qsgrhivisualizer_p.h.

◆ ibufOffset

int QSGBatchRenderer::RhiVisualizer::DrawCall::ibufOffset

Definition at line 63 of file qsgrhivisualizer_p.h.

◆ [struct]

struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::index

◆ stride

int QSGBatchRenderer::RhiVisualizer::DrawCall::stride

Definition at line 50 of file qsgrhivisualizer_p.h.

◆ topology

QRhiGraphicsPipeline::Topology QSGBatchRenderer::RhiVisualizer::DrawCall::topology

Definition at line 47 of file qsgrhivisualizer_p.h.

◆ UBUF_SIZE

const int QSGBatchRenderer::RhiVisualizer::DrawCall::UBUF_SIZE = 152
static

Definition at line 42 of file qsgrhivisualizer_p.h.

◆ ubufOffset

int QSGBatchRenderer::RhiVisualizer::DrawCall::ubufOffset

Definition at line 64 of file qsgrhivisualizer_p.h.

◆ [struct]

struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::uniforms

◆ vbuf

QRhiBuffer* QSGBatchRenderer::RhiVisualizer::DrawCall::vbuf

Definition at line 60 of file qsgrhivisualizer_p.h.

◆ vbufOffset

int QSGBatchRenderer::RhiVisualizer::DrawCall::vbufOffset

Definition at line 61 of file qsgrhivisualizer_p.h.

◆ [struct]

struct { ... } QSGBatchRenderer::RhiVisualizer::DrawCall::vertex

The documentation for this struct was generated from the following file: