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

#include <qrhigles2_p.h>

Collaboration diagram for QGles2CommandBuffer::ComputePassState:

Public Types

enum  Access { Read = 0x01 , Write = 0x02 }

Public Member Functions

void reset ()

Public Attributes

QHash< QRhiResource *, std::pair< int, bool > > writtenResources

Detailed Description

Definition at line 618 of file qrhigles2_p.h.

Member Enumeration Documentation

◆ Access

Enumerator
Read 
Write 

Definition at line 619 of file qrhigles2_p.h.

Member Function Documentation

◆ reset()

void QGles2CommandBuffer::ComputePassState::reset ( )
inline

Definition at line 624 of file qrhigles2_p.h.

Referenced by QGles2CommandBuffer::resetCachedState().

Here is the caller graph for this function:

Member Data Documentation

◆ writtenResources

QHash<QRhiResource *, std::pair<int, bool> > QGles2CommandBuffer::ComputePassState::writtenResources

Definition at line 623 of file qrhigles2_p.h.


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