Qt 6.x
The Qt SDK
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 *, QPair< int, bool > > writtenResources
 

Detailed Description

Definition at line 596 of file qrhigles2_p.h.

Member Enumeration Documentation

◆ Access

Enumerator
Read 
Write 

Definition at line 597 of file qrhigles2_p.h.

Member Function Documentation

◆ reset()

void QGles2CommandBuffer::ComputePassState::reset ( )
inline

Definition at line 602 of file qrhigles2_p.h.

References QHash< Key, T >::clear(), and writtenResources.

Referenced by QGles2CommandBuffer::resetCachedState().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ writtenResources

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

Definition at line 601 of file qrhigles2_p.h.

Referenced by QRhiGles2::beginExternal(), QRhiGles2::dispatch(), and reset().


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