![]() |
Qt 6.x
The Qt SDK
|
#include <qrhimetal_p.h>
Collaboration diagram for QMetalShaderResourceBindings::BoundSampledTextureData:Public Attributes | ||
| int | count | |
| struct { | ||
| quint64 texId | ||
| uint texGeneration | ||
| quint64 samplerId | ||
| uint samplerGeneration | ||
| } | d [QRhiShaderResourceBinding::Data::MAX_TEX_SAMPLER_ARRAY_SIZE] | |
Definition at line 177 of file qrhimetal_p.h.
| int QMetalShaderResourceBindings::BoundSampledTextureData::count |
Definition at line 178 of file qrhimetal_p.h.
Referenced by QRhiMetal::setShaderResources().
| struct { ... } QMetalShaderResourceBindings::BoundSampledTextureData::d[QRhiShaderResourceBinding::Data::MAX_TEX_SAMPLER_ARRAY_SIZE] |
Referenced by QRhiMetal::setShaderResources().
| uint QMetalShaderResourceBindings::BoundSampledTextureData::samplerGeneration |
Definition at line 183 of file qrhimetal_p.h.
Referenced by QRhiMetal::setShaderResources().
| quint64 QMetalShaderResourceBindings::BoundSampledTextureData::samplerId |
Definition at line 182 of file qrhimetal_p.h.
Referenced by QRhiMetal::setShaderResources().
| uint QMetalShaderResourceBindings::BoundSampledTextureData::texGeneration |
Definition at line 181 of file qrhimetal_p.h.
Referenced by QRhiMetal::setShaderResources().
| quint64 QMetalShaderResourceBindings::BoundSampledTextureData::texId |
Definition at line 180 of file qrhimetal_p.h.
Referenced by QRhiMetal::setShaderResources().