![]() |
Qt 6.x
The Qt SDK
|
#include <qrhid3d11_p.h>
Public Member Functions | |
void | finish () |
void | clear () |
Public Attributes | |
bool | present = false |
QRhiBatchedBindings< ID3D11UnorderedAccessView * > | uavs |
Definition at line 262 of file qrhid3d11_p.h.
|
inline |
Definition at line 268 of file qrhid3d11_p.h.
References QRhiBatchedBindings< T >::clear(), and uavs.
Referenced by QRhiD3D11::updateShaderResourceBindings().
|
inline |
Definition at line 265 of file qrhid3d11_p.h.
References QRhiBatchedBindings< T >::finish(), present, and uavs.
Referenced by QRhiD3D11::updateShaderResourceBindings().
bool QD3D11ShaderResourceBindings::StageUavBatches::present = false |
Definition at line 263 of file qrhid3d11_p.h.
Referenced by finish().
QRhiBatchedBindings<ID3D11UnorderedAccessView *> QD3D11ShaderResourceBindings::StageUavBatches::uavs |
Definition at line 264 of file qrhid3d11_p.h.
Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().