![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Definition at line 592 of file qsgbatchrenderer_p.h.
bool QSGBatchRenderer::GraphicsState::blending = false |
Definition at line 597 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::materialToRendererGraphicsState(), QSGBatchRenderer::operator==(), QSGBatchRenderer::qHash(), and QSGBatchRenderer::rendererToMaterialGraphicsState().
QRhiGraphicsPipeline::ColorMask QSGBatchRenderer::GraphicsState::colorWrite = QRhiGraphicsPipeline::ColorMask(0xF) |
Definition at line 604 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::CullMode QSGBatchRenderer::GraphicsState::cullMode = QRhiGraphicsPipeline::None |
Definition at line 605 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::CompareOp QSGBatchRenderer::GraphicsState::depthFunc = QRhiGraphicsPipeline::Less |
Definition at line 596 of file qsgbatchrenderer_p.h.
bool QSGBatchRenderer::GraphicsState::depthTest = false |
Definition at line 594 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().
bool QSGBatchRenderer::GraphicsState::depthWrite = false |
Definition at line 595 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().
QSGGeometry::DrawingMode QSGBatchRenderer::GraphicsState::drawMode = QSGGeometry::DrawTriangles |
Definition at line 609 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::BlendFactor QSGBatchRenderer::GraphicsState::dstAlpha = QRhiGraphicsPipeline::OneMinusSrcAlpha |
Definition at line 601 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::BlendFactor QSGBatchRenderer::GraphicsState::dstColor = QRhiGraphicsPipeline::OneMinusSrcAlpha |
Definition at line 599 of file qsgbatchrenderer_p.h.
float QSGBatchRenderer::GraphicsState::lineWidth = 1.0f |
Definition at line 610 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==().
int QSGBatchRenderer::GraphicsState::multiViewCount = 0 |
Definition at line 612 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().
QRhiGraphicsPipeline::BlendOp QSGBatchRenderer::GraphicsState::opAlpha = QRhiGraphicsPipeline::Add |
Definition at line 603 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::BlendOp QSGBatchRenderer::GraphicsState::opColor = QRhiGraphicsPipeline::Add |
Definition at line 602 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::PolygonMode QSGBatchRenderer::GraphicsState::polygonMode = QRhiGraphicsPipeline::Fill |
Definition at line 611 of file qsgbatchrenderer_p.h.
int QSGBatchRenderer::GraphicsState::sampleCount = 1 |
Definition at line 608 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().
QRhiGraphicsPipeline::BlendFactor QSGBatchRenderer::GraphicsState::srcAlpha = QRhiGraphicsPipeline::One |
Definition at line 600 of file qsgbatchrenderer_p.h.
QRhiGraphicsPipeline::BlendFactor QSGBatchRenderer::GraphicsState::srcColor = QRhiGraphicsPipeline::One |
Definition at line 598 of file qsgbatchrenderer_p.h.
bool QSGBatchRenderer::GraphicsState::stencilTest = false |
Definition at line 607 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().
bool QSGBatchRenderer::GraphicsState::usesScissor = false |
Definition at line 606 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==(), and QSGBatchRenderer::qHash().