mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[dxvk] Remove unused trimStagingBuffers method
This commit is contained in:
parent
95b7e6c030
commit
b9201db554
@ -2598,10 +2598,6 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
|
||||
void DxvkContext::trimStagingBuffers() {
|
||||
m_staging.reset();
|
||||
}
|
||||
|
||||
void DxvkContext::beginDebugLabel(VkDebugUtilsLabelEXT *label) {
|
||||
if (!m_device->instance()->extensions().extDebugUtils)
|
||||
return;
|
||||
|
@ -1012,15 +1012,6 @@ namespace dxvk {
|
||||
const Rc<sync::Signal>& signal,
|
||||
uint64_t value);
|
||||
|
||||
/**
|
||||
* \brief Trims staging buffers
|
||||
*
|
||||
* Releases staging buffer resources. Calling
|
||||
* this may be useful if data updates on a
|
||||
* given context are rare.
|
||||
*/
|
||||
void trimStagingBuffers();
|
||||
|
||||
/**
|
||||
* \brief Begins a debug label region
|
||||
* \param [in] label The debug label
|
||||
|
Loading…
x
Reference in New Issue
Block a user