Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QD3D11ShaderResourceBindings::StageUniformBufferBatches Struct Reference

#include <qrhid3d11_p.h>

Collaboration diagram for QD3D11ShaderResourceBindings::StageUniformBufferBatches:

Public Member Functions

void finish ()
void clear ()

Public Attributes

bool present = false
QRhiBatchedBindings< ID3D11Buffer * > ubufs
QRhiBatchedBindings< UINT > ubuforigbindings
QRhiBatchedBindings< UINT > ubufoffsets
QRhiBatchedBindings< UINT > ubufsizes

Detailed Description

Definition at line 241 of file qrhid3d11_p.h.

Member Function Documentation

◆ clear()

void QD3D11ShaderResourceBindings::StageUniformBufferBatches::clear ( )
inline

Definition at line 253 of file qrhid3d11_p.h.

◆ finish()

void QD3D11ShaderResourceBindings::StageUniformBufferBatches::finish ( )
inline

Definition at line 247 of file qrhid3d11_p.h.

Referenced by QRhiD3D11::updateShaderResourceBindings().

Here is the caller graph for this function:

Member Data Documentation

◆ present

bool QD3D11ShaderResourceBindings::StageUniformBufferBatches::present = false

Definition at line 242 of file qrhid3d11_p.h.

◆ ubufoffsets

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufoffsets

Definition at line 245 of file qrhid3d11_p.h.

◆ ubuforigbindings

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubuforigbindings

Definition at line 244 of file qrhid3d11_p.h.

◆ ubufs

QRhiBatchedBindings<ID3D11Buffer *> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufs

Definition at line 243 of file qrhid3d11_p.h.

◆ ubufsizes

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufsizes

Definition at line 246 of file qrhid3d11_p.h.


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