Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 585 of file qrhigles2_p.h.

Member Data Documentation

◆ a

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::a

Definition at line 585 of file qrhigles2_p.h.

Referenced by operator==().

◆ b

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::b

Definition at line 585 of file qrhigles2_p.h.

Referenced by operator==().

◆ g

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::g

Definition at line 585 of file qrhigles2_p.h.

Referenced by operator==().

◆ r

bool QGles2CommandBuffer::GraphicsPassState::ColorMask::r

Definition at line 585 of file qrhigles2_p.h.

Referenced by operator==().


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