diff options
Diffstat (limited to 'tools/platform/gui.h')
| -rw-r--r-- | tools/platform/gui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/platform/gui.h b/tools/platform/gui.h index 970f3a4e8..ef5310cd4 100644 --- a/tools/platform/gui.h +++ b/tools/platform/gui.h @@ -26,8 +26,6 @@ private: Slang::ComPtr<gfx::ICommandQueue> queue; Slang::ComPtr<gfx::IRenderPassLayout> renderPass; Slang::ComPtr<gfx::IPipelineState> pipelineState; - Slang::ComPtr<gfx::IDescriptorSetLayout> descriptorSetLayout; - Slang::ComPtr<gfx::IPipelineLayout> pipelineLayout; Slang::ComPtr<gfx::ISamplerState> samplerState; }; |
