mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-13 07:08:50 +01:00
[dxvk] Remove old pipeline layout from pipeline objects
This commit is contained in:
parent
9be454fd3e
commit
893183a7cc
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user