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::Blend Struct Reference

#include <qrhigles2_p.h>

+ Collaboration diagram for QGles2CommandBuffer::GraphicsPassState::Blend:

Public Attributes

GLenum srcColor
 
GLenum dstColor
 
GLenum srcAlpha
 
GLenum dstAlpha
 
GLenum opColor
 
GLenum opAlpha
 

Detailed Description

Definition at line 579 of file qrhigles2_p.h.

Member Data Documentation

◆ dstAlpha

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::dstAlpha

Definition at line 583 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ dstColor

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::dstColor

Definition at line 581 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ opAlpha

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::opAlpha

Definition at line 585 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ opColor

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::opColor

Definition at line 584 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ srcAlpha

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::srcAlpha

Definition at line 582 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().

◆ srcColor

GLenum QGles2CommandBuffer::GraphicsPassState::Blend::srcColor

Definition at line 580 of file qrhigles2_p.h.

Referenced by QRhiGles2::executeBindGraphicsPipeline().


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