![]() |
Qt 6.x
The Qt SDK
|
#include <qrhigles2_p.h>
Public Types | |
enum | Access { Read = 0x01 , Write = 0x02 } |
Public Member Functions | |
void | reset () |
Public Attributes | |
QHash< QRhiResource *, QPair< int, bool > > | writtenResources |
Definition at line 596 of file qrhigles2_p.h.
Enumerator | |
---|---|
Read | |
Write |
Definition at line 597 of file qrhigles2_p.h.
|
inline |
Definition at line 602 of file qrhigles2_p.h.
References QHash< Key, T >::clear(), and writtenResources.
Referenced by QGles2CommandBuffer::resetCachedState().
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().