mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-11 00:05:51 +00:00
Remove unused API function
* Headless windows are used as immutable in tests so allowing resizing is unnecessary complication
This commit is contained in:
@@ -111,10 +111,6 @@ public:
|
||||
}
|
||||
void DestroyOutputWindow(uint64_t id) { m_Proxy->DestroyOutputWindow(id); }
|
||||
bool CheckResizeOutputWindow(uint64_t id) { return m_Proxy->CheckResizeOutputWindow(id); }
|
||||
void SetOutputWindowDimensions(uint64_t id, int32_t w, int32_t h)
|
||||
{
|
||||
m_Proxy->SetOutputWindowDimensions(id, w, h);
|
||||
}
|
||||
void GetOutputWindowDimensions(uint64_t id, int32_t &w, int32_t &h)
|
||||
{
|
||||
m_Proxy->GetOutputWindowDimensions(id, w, h);
|
||||
|
||||
Reference in New Issue
Block a user