aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp')
-rw-r--r--src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp b/src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp
index b5c0b1d903..f77719f876 100644
--- a/src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp
+++ b/src/plugins/scenegraph/d3d12/qsgd3d12shadereffectnode.cpp
@@ -770,21 +770,6 @@ void QSGD3D12ShaderEffectNode::preprocess()
}
}
-QSGGuiThreadShaderEffectManager::ShaderType QSGD3D12GuiThreadShaderEffectManager::shaderType() const
-{
- return HLSL;
-}
-
-int QSGD3D12GuiThreadShaderEffectManager::shaderCompilationType() const
-{
- return OfflineCompilation;
-}
-
-int QSGD3D12GuiThreadShaderEffectManager::shaderSourceType() const
-{
- return ShaderByteCode;
-}
-
bool QSGD3D12GuiThreadShaderEffectManager::hasSeparateSamplerAndTextureObjects() const
{
return true;