![]() |
Qt 6.x
The Qt SDK
|
#include <qrhid3d11_p.h>
Public Member Functions | |
void | finish () |
void | clear () |
Public Attributes | |
bool | present = false |
QRhiBatchedBindings< ID3D11Buffer * > | ubufs |
QRhiBatchedBindings< UINT > | ubuforigbindings |
QRhiBatchedBindings< UINT > | ubufoffsets |
QRhiBatchedBindings< UINT > | ubufsizes |
Definition at line 228 of file qrhid3d11_p.h.
|
inline |
Definition at line 240 of file qrhid3d11_p.h.
References QRhiBatchedBindings< T >::clear(), ubufoffsets, ubuforigbindings, ubufs, and ubufsizes.
Referenced by QRhiD3D11::updateShaderResourceBindings().
|
inline |
Definition at line 234 of file qrhid3d11_p.h.
References QRhiBatchedBindings< T >::finish(), present, ubufoffsets, ubuforigbindings, ubufs, and ubufsizes.
Referenced by QRhiD3D11::updateShaderResourceBindings().
bool QD3D11ShaderResourceBindings::StageUniformBufferBatches::present = false |
Definition at line 229 of file qrhid3d11_p.h.
Referenced by finish().
QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufoffsets |
Definition at line 232 of file qrhid3d11_p.h.
Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().
QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubuforigbindings |
Definition at line 231 of file qrhid3d11_p.h.
Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().
QRhiBatchedBindings<ID3D11Buffer *> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufs |
Definition at line 230 of file qrhid3d11_p.h.
Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().
QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufsizes |
Definition at line 233 of file qrhid3d11_p.h.
Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().