diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-12 04:07:03 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-12 04:07:03 +0000 |
| commit | 01ac479321771ae7cc964826fcf44a41d484c42d (patch) | |
| tree | 83aeaeef9afab721e0cf78f4e63da7a7f391760c /unityplugin/GhostCubeScene/src | |
| parent | Updated submodules and readme (added DILIGENT_NO_FORMAT_VALIDATION CMake opti... (diff) | |
| download | DiligentEngine-01ac479321771ae7cc964826fcf44a41d484c42d.tar.gz DiligentEngine-01ac479321771ae7cc964826fcf44a41d484c42d.zip | |
Enabled mesh shaders (API 240068)
Diffstat (limited to 'unityplugin/GhostCubeScene/src')
| -rw-r--r-- | unityplugin/GhostCubeScene/src/GhostCubeScene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp index 41d7b25..3b63cdf 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp +++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp @@ -89,7 +89,7 @@ void GhostCubeScene::OnGraphicsInitialized() PipelineStateCreateInfo PSOCreateInfo; PipelineStateDesc& PSODesc = PSOCreateInfo.PSODesc; - PSODesc.IsComputePipeline = false; + PSODesc.PipelineType = PIPELINE_TYPE_GRAPHICS; PSODesc.Name = "Mirror PSO"; PSODesc.GraphicsPipeline.NumRenderTargets = 1; |
