[dxvk] Remove unused trimStagingBuffers method

This commit is contained in:
Philip Rebohle 2022-02-12 18:00:16 +01:00
parent 95b7e6c030
commit b9201db554
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
2 changed files with 0 additions and 13 deletions

View File

@ -2598,10 +2598,6 @@ namespace dxvk {
}
void DxvkContext::trimStagingBuffers() {
m_staging.reset();
}
void DxvkContext::beginDebugLabel(VkDebugUtilsLabelEXT *label) {
if (!m_device->instance()->extensions().extDebugUtils)
return;

View File

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