![]() |
Qt 6.x
The Qt SDK
|
#include <qrhigles2_p.h>
Classes | |
struct | Blend |
struct | ColorMask |
struct | StencilFace |
Public Member Functions | |
void | reset () |
Public Attributes | ||
bool | valid = false | |
bool | scissor | |
bool | cullFace | |
GLenum | cullMode | |
GLenum | frontFace | |
bool | blendEnabled | |
struct QGles2CommandBuffer::GraphicsPassState::ColorMask | colorMask | |
struct QGles2CommandBuffer::GraphicsPassState::Blend | blend | |
bool | depthTest | |
bool | depthWrite | |
GLenum | depthFunc | |
bool | stencilTest | |
GLuint | stencilReadMask | |
GLuint | stencilWriteMask | |
struct QGles2CommandBuffer::GraphicsPassState::StencilFace | stencil [2] | |
bool | polyOffsetFill | |
float | polyOffsetFactor | |
float | polyOffsetUnits | |
float | lineWidth | |
int | cpCount | |
GLenum | polygonMode | |
struct { | ||
GLint stencilRef = 0 | ||
} | dynamic | |
Definition at line 555 of file qrhigles2_p.h.
|
inline |
Definition at line 589 of file qrhigles2_p.h.
References valid.
Referenced by QRhiGles2::executeCommandBuffer(), and QGles2CommandBuffer::resetCachedState().
struct QGles2CommandBuffer::GraphicsPassState::Blend QGles2CommandBuffer::GraphicsPassState::blend |
bool QGles2CommandBuffer::GraphicsPassState::blendEnabled |
Definition at line 561 of file qrhigles2_p.h.
struct QGles2CommandBuffer::GraphicsPassState::ColorMask QGles2CommandBuffer::GraphicsPassState::colorMask |
int QGles2CommandBuffer::GraphicsPassState::cpCount |
Definition at line 587 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::cullFace |
Definition at line 558 of file qrhigles2_p.h.
GLenum QGles2CommandBuffer::GraphicsPassState::cullMode |
Definition at line 559 of file qrhigles2_p.h.
GLenum QGles2CommandBuffer::GraphicsPassState::depthFunc |
Definition at line 573 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::depthTest |
Definition at line 571 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::depthWrite |
Definition at line 572 of file qrhigles2_p.h.
struct { ... } QGles2CommandBuffer::GraphicsPassState::dynamic |
Referenced by QRhiGles2::executeCommandBuffer().
GLenum QGles2CommandBuffer::GraphicsPassState::frontFace |
Definition at line 560 of file qrhigles2_p.h.
float QGles2CommandBuffer::GraphicsPassState::lineWidth |
Definition at line 586 of file qrhigles2_p.h.
GLenum QGles2CommandBuffer::GraphicsPassState::polygonMode |
Definition at line 588 of file qrhigles2_p.h.
float QGles2CommandBuffer::GraphicsPassState::polyOffsetFactor |
Definition at line 584 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::polyOffsetFill |
Definition at line 583 of file qrhigles2_p.h.
float QGles2CommandBuffer::GraphicsPassState::polyOffsetUnits |
Definition at line 585 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::scissor |
Definition at line 557 of file qrhigles2_p.h.
struct QGles2CommandBuffer::GraphicsPassState::StencilFace QGles2CommandBuffer::GraphicsPassState::stencil[2] |
GLuint QGles2CommandBuffer::GraphicsPassState::stencilReadMask |
Definition at line 575 of file qrhigles2_p.h.
GLint QGles2CommandBuffer::GraphicsPassState::stencilRef = 0 |
Definition at line 592 of file qrhigles2_p.h.
Referenced by QRhiGles2::executeCommandBuffer().
bool QGles2CommandBuffer::GraphicsPassState::stencilTest |
Definition at line 574 of file qrhigles2_p.h.
GLuint QGles2CommandBuffer::GraphicsPassState::stencilWriteMask |
Definition at line 576 of file qrhigles2_p.h.
bool QGles2CommandBuffer::GraphicsPassState::valid = false |
Definition at line 556 of file qrhigles2_p.h.
Referenced by reset().