![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Attributes | |
QRhiTexture * | shadowMapTexture = nullptr |
QByteArray | shadowMapTextureUniformName |
int | cachedBinding = -1 |
Definition at line 194 of file qssgrhicontext_p.h.
int QSSGRhiShadowMapProperties::cachedBinding = -1 |
Definition at line 198 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), and QSSGCustomMaterialSystem::rhiPrepareRenderable().
QRhiTexture* QSSGRhiShadowMapProperties::shadowMapTexture = nullptr |
Definition at line 196 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGMaterialShaderGenerator::setRhiMaterialProperties().
QByteArray QSSGRhiShadowMapProperties::shadowMapTextureUniformName |
Definition at line 197 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGMaterialShaderGenerator::setRhiMaterialProperties().