![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrhieffectsystem_p.h>
Public Member Functions | |
| QSSGRhiEffectSystem (const std::shared_ptr< QSSGRenderContextInterface > &sgContext) | |
| ~QSSGRhiEffectSystem () | |
| void | setup (QSize outputSize) |
| QRhiTexture * | process (const QSSGRenderLayer &layer, QRhiTexture *inTexture, QRhiTexture *inDepthTexture, QRhiTexture *inNormalTexture, QRhiTexture *inMotionVectorTexture) |
Static Public Member Functions | |
| static QSSGRenderTextureFormat::Format | overriddenOutputFormat (const QSSGRenderEffect *inEffect) |
| static QSSGRhiShaderPipelinePtr | buildShaderForEffect (const QSSGBindShader &inCmd, QSSGProgramGenerator &generator, QSSGShaderLibraryManager &shaderLib, QSSGShaderCache &shaderCache, bool isYUpInFramebuffer, int viewCount) |
Definition at line 65 of file qssgrhieffectsystem_p.h.
|
explicit |
Definition at line 45 of file qssgrhieffectsystem.cpp.
| QSSGRhiEffectSystem::~QSSGRhiEffectSystem | ( | ) |
Definition at line 50 of file qssgrhieffectsystem.cpp.
|
static |
Definition at line 430 of file qssgrhieffectsystem.cpp.
|
static |
Definition at line 241 of file qssgrhieffectsystem.cpp.
| QRhiTexture * QSSGRhiEffectSystem::process | ( | const QSSGRenderLayer & | layer, |
| QRhiTexture * | inTexture, | ||
| QRhiTexture * | inDepthTexture, | ||
| QRhiTexture * | inNormalTexture, | ||
| QRhiTexture * | inMotionVectorTexture ) |
Definition at line 169 of file qssgrhieffectsystem.cpp.
Definition at line 55 of file qssgrhieffectsystem.cpp.