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
QGles2CommandBuffer::GraphicsPassState::ColorMask Struct Reference

#include <qrhigles2_p.h>

+ Collaboration diagram for QGles2CommandBuffer::GraphicsPassState::ColorMask:

Public Attributes

bool r
 
bool g
 
bool b
 
bool a
 

Detailed Description

Definition at line 578 of file qrhigles2_p.h.

Member Data Documentation

◆ a

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::a

Definition at line 578 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ b

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::b

Definition at line 578 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ g

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::g

Definition at line 578 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ r

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::r

Definition at line 578 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().


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