mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-07 16:54:14 +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) {
|
void DxvkContext::beginDebugLabel(VkDebugUtilsLabelEXT *label) {
|
||||||
if (!m_device->instance()->extensions().extDebugUtils)
|
if (!m_device->instance()->extensions().extDebugUtils)
|
||||||
return;
|
return;
|
||||||
|
@ -1012,15 +1012,6 @@ namespace dxvk {
|
|||||||
const Rc<sync::Signal>& signal,
|
const Rc<sync::Signal>& signal,
|
||||||
uint64_t value);
|
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
|
* \brief Begins a debug label region
|
||||||
* \param [in] label The debug label
|
* \param [in] label The debug label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user