From 1c99a986ae12a3f1ce4cee86191052183d37208a Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 9 Dec 2021 10:46:41 -0800 Subject: Remove `PipelineType` from gfx header. (#2051) Co-authored-by: Yong He --- examples/gpu-printing/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/gpu-printing') diff --git a/examples/gpu-printing/main.cpp b/examples/gpu-printing/main.cpp index 03ab5b51f..f39c56c9b 100644 --- a/examples/gpu-printing/main.cpp +++ b/examples/gpu-printing/main.cpp @@ -73,7 +73,6 @@ ComPtr loadComputeProgram(slang::IModule* slangModule, char gGPUPrinting.loadStrings(linkedProgram->getLayout()); gfx::IShaderProgram::Desc programDesc = {}; - programDesc.pipelineType = gfx::PipelineType::Compute; programDesc.slangProgram = linkedProgram; auto shaderProgram = gDevice->createProgram(programDesc); -- cgit v1.2.3