Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 228 of file qrhid3d11_p.h.

Member Function Documentation

◆ clear()

void QD3D11ShaderResourceBindings::StageUniformBufferBatches::clear ( )
inline

Definition at line 240 of file qrhid3d11_p.h.

References QRhiBatchedBindings< T >::clear(), ubufoffsets, ubuforigbindings, ubufs, and ubufsizes.

+ Here is the call graph for this function:

◆ finish()

void QD3D11ShaderResourceBindings::StageUniformBufferBatches::finish ( )
inline

Definition at line 234 of file qrhid3d11_p.h.

References QRhiBatchedBindings< T >::finish(), present, ubufoffsets, ubuforigbindings, ubufs, and ubufsizes.

Referenced by QRhiD3D11::updateShaderResourceBindings().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ present

bool QD3D11ShaderResourceBindings::StageUniformBufferBatches::present = false

Definition at line 229 of file qrhid3d11_p.h.

Referenced by finish().

◆ ubufoffsets

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufoffsets

Definition at line 232 of file qrhid3d11_p.h.

Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().

◆ ubuforigbindings

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubuforigbindings

Definition at line 231 of file qrhid3d11_p.h.

Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().

◆ ubufs

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

Definition at line 230 of file qrhid3d11_p.h.

Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().

◆ ubufsizes

QRhiBatchedBindings<UINT> QD3D11ShaderResourceBindings::StageUniformBufferBatches::ubufsizes

Definition at line 233 of file qrhid3d11_p.h.

Referenced by clear(), finish(), and QRhiD3D11::updateShaderResourceBindings().


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