![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
GLenum | indexType = GL_UNSIGNED_SHORT |
quint32 | indexStride = sizeof(quint16) |
quint32 | indexOffset = 0 |
GLuint | currentArrayBuffer = 0 |
GLuint | currentElementArrayBuffer = 0 |
struct { | |
QRhiGraphicsPipeline * ps = nullptr | |
GLuint buffer = 0 | |
quint32 offset = 0 | |
int binding = 0 | |
} | lastBindVertexBuffer |
bool | enabledAttribArrays [TRACKED_ATTRIB_COUNT] = {} |
bool | nonzeroAttribDivisor [TRACKED_ATTRIB_COUNT] = {} |
bool | instancedAttributesUsed = false |
int | maxUntrackedInstancedAttribute = 0 |
Static Public Attributes | |
static const int | TRACKED_ATTRIB_COUNT = 16 |
Definition at line 3151 of file qrhigles2.cpp.
int CommandBufferExecTrackedState::binding = 0 |
Definition at line 3162 of file qrhigles2.cpp.
GLuint CommandBufferExecTrackedState::buffer = 0 |
Definition at line 3160 of file qrhigles2.cpp.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::close(), testing.tools.encode_pdf_filter._PdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::flush(), testing.tools.encode_pdf_filter._PdfStream::flush(), testing.tools.encode_pdf_filter._SinkPdfStream::getbuffer(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::write(), testing.tools.encode_pdf_filter._PdfStream::write(), and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
GLuint CommandBufferExecTrackedState::currentArrayBuffer = 0 |
Definition at line 3156 of file qrhigles2.cpp.
GLuint CommandBufferExecTrackedState::currentElementArrayBuffer = 0 |
Definition at line 3157 of file qrhigles2.cpp.
bool CommandBufferExecTrackedState::enabledAttribArrays = {} |
Definition at line 3165 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
quint32 CommandBufferExecTrackedState::indexOffset = 0 |
Definition at line 3155 of file qrhigles2.cpp.
Definition at line 3154 of file qrhigles2.cpp.
GLenum CommandBufferExecTrackedState::indexType = GL_UNSIGNED_SHORT |
Definition at line 3153 of file qrhigles2.cpp.
bool CommandBufferExecTrackedState::instancedAttributesUsed = false |
Definition at line 3167 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
struct { ... } CommandBufferExecTrackedState::lastBindVertexBuffer |
int CommandBufferExecTrackedState::maxUntrackedInstancedAttribute = 0 |
Definition at line 3168 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
bool CommandBufferExecTrackedState::nonzeroAttribDivisor = {} |
Definition at line 3166 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
quint32 CommandBufferExecTrackedState::offset = 0 |
Definition at line 3161 of file qrhigles2.cpp.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
QRhiGraphicsPipeline* CommandBufferExecTrackedState::ps = nullptr |
Definition at line 3159 of file qrhigles2.cpp.
|
static |
Definition at line 3164 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().