[dxvk] Remove old pipeline layout from pipeline objects

This commit is contained in:
Philip Rebohle 2022-06-16 03:11:08 +02:00
parent 9be454fd3e
commit 893183a7cc
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
2 changed files with 0 additions and 24 deletions

View File

@ -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
*

View File

@ -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
*