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::StageSamplerBatches Struct Reference

#include <qrhid3d11_p.h>

Collaboration diagram for QD3D11ShaderResourceBindings::StageSamplerBatches:

Public Member Functions

void finish ()
void clear ()

Public Attributes

bool present = false
QRhiBatchedBindings< ID3D11SamplerState * > samplers
QRhiBatchedBindings< ID3D11ShaderResourceView * > shaderresources

Detailed Description

Definition at line 261 of file qrhid3d11_p.h.

Member Function Documentation

◆ clear()

void QD3D11ShaderResourceBindings::StageSamplerBatches::clear ( )
inline

Definition at line 269 of file qrhid3d11_p.h.

◆ finish()

void QD3D11ShaderResourceBindings::StageSamplerBatches::finish ( )
inline

Definition at line 265 of file qrhid3d11_p.h.

Referenced by QRhiD3D11::updateShaderResourceBindings().

Here is the caller graph for this function:

Member Data Documentation

◆ present

bool QD3D11ShaderResourceBindings::StageSamplerBatches::present = false

Definition at line 262 of file qrhid3d11_p.h.

◆ samplers

QRhiBatchedBindings<ID3D11SamplerState *> QD3D11ShaderResourceBindings::StageSamplerBatches::samplers

Definition at line 263 of file qrhid3d11_p.h.

◆ shaderresources

QRhiBatchedBindings<ID3D11ShaderResourceView *> QD3D11ShaderResourceBindings::StageSamplerBatches::shaderresources

Definition at line 264 of file qrhid3d11_p.h.


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