![]() |
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 3162 of file qrhigles2.cpp.
| int CommandBufferExecTrackedState::binding = 0 |
Definition at line 3173 of file qrhigles2.cpp.
| GLuint CommandBufferExecTrackedState::buffer = 0 |
Definition at line 3171 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 3167 of file qrhigles2.cpp.
| GLuint CommandBufferExecTrackedState::currentElementArrayBuffer = 0 |
Definition at line 3168 of file qrhigles2.cpp.
| bool CommandBufferExecTrackedState::enabledAttribArrays = {} |
Definition at line 3176 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
| quint32 CommandBufferExecTrackedState::indexOffset = 0 |
Definition at line 3166 of file qrhigles2.cpp.
Definition at line 3165 of file qrhigles2.cpp.
| GLenum CommandBufferExecTrackedState::indexType = GL_UNSIGNED_SHORT |
Definition at line 3164 of file qrhigles2.cpp.
| bool CommandBufferExecTrackedState::instancedAttributesUsed = false |
Definition at line 3178 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
| struct { ... } CommandBufferExecTrackedState::lastBindVertexBuffer |
| int CommandBufferExecTrackedState::maxUntrackedInstancedAttribute = 0 |
Definition at line 3179 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
| bool CommandBufferExecTrackedState::nonzeroAttribDivisor = {} |
Definition at line 3177 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().
| quint32 CommandBufferExecTrackedState::offset = 0 |
Definition at line 3172 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 3170 of file qrhigles2.cpp.
|
static |
Definition at line 3175 of file qrhigles2.cpp.
Referenced by QRhiGles2::executeCommandBuffer().