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::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 612 of file qrhigles2_p.h.

Member Enumeration Documentation

◆ Access

Enumerator
Read 
Write 

Definition at line 613 of file qrhigles2_p.h.

Member Function Documentation

◆ reset()

void QGles2CommandBuffer::ComputePassState::reset ( )
inline

Definition at line 618 of file qrhigles2_p.h.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ writtenResources

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

Definition at line 617 of file qrhigles2_p.h.

Referenced by reset().


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