![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 241 of file qrhid3d11_p.h.
|
inline |
Definition at line 253 of file qrhid3d11_p.h.
|
inline |
Definition at line 247 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::updateShaderResourceBindings().
| bool QD3D11ShaderResourceBindings::StageUniformBufferBatches::present = false |
Definition at line 242 of file qrhid3d11_p.h.
| QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufoffsets |
Definition at line 245 of file qrhid3d11_p.h.
| QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubuforigbindings |
Definition at line 244 of file qrhid3d11_p.h.
| QRhiBatchedBindings<ID3D11Buffer *> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufs |
Definition at line 243 of file qrhid3d11_p.h.
| QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufsizes |
Definition at line 246 of file qrhid3d11_p.h.