diff --git a/src/dxvk/dxvk_compute.h b/src/dxvk/dxvk_compute.h index 135b9616..51566389 100644 --- a/src/dxvk/dxvk_compute.h +++ b/src/dxvk/dxvk_compute.h @@ -104,18 +104,6 @@ namespace dxvk { return m_shaders; } - /** - * \brief Pipeline layout - * - * Stores the pipeline layout and the descriptor set - * layout, as well as information on the resource - * slots used by the pipeline. - * \returns Pipeline layout - */ - DxvkPipelineLayout* layout() const { - return nullptr; - } - /** * \brief Pipeline layout * diff --git a/src/dxvk/dxvk_graphics.h b/src/dxvk/dxvk_graphics.h index ed76b915..574d5d2c 100644 --- a/src/dxvk/dxvk_graphics.h +++ b/src/dxvk/dxvk_graphics.h @@ -170,18 +170,6 @@ namespace dxvk { return m_flags; } - /** - * \brief Pipeline layout - * - * Stores the pipeline layout and the descriptor set - * layout, as well as information on the resource - * slots used by the pipeline. - * \returns Pipeline layout - */ - DxvkPipelineLayout* layout() const { - return nullptr; - } - /** * \brief Pipeline layout *