mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 09:25:32 +00:00
WTF
This commit is contained in:
@@ -2586,6 +2586,8 @@ struct VulkanCommandQueue : IGraphicsCommandQueue
|
||||
ThrowIfFailed(vk::CreateFence(m_ctx->m_dev, &fenceInfo, nullptr, &m_dynamicBufFence));
|
||||
}
|
||||
|
||||
void startRenderer() {}
|
||||
|
||||
void stopRenderer()
|
||||
{
|
||||
m_running = false;
|
||||
|
||||
Reference in New Issue
Block a user