Muhammad A.Moniem
Results
2
issues of
Muhammad A.Moniem
When closing a Vulkan based application, there will be some validation errors due to the optick resources. Would be called like so: ``` void ShutdownVulkan() { #ifdef WITH_OPTICK OPTICK_GPU_SHUTDOWN_VULKAN(); #endif...
When closing a D3D12 based application, there will be some errors due to the optick resources. Would be called like so: ``` void ShutdownD3D12() { #ifdef WITH_OPTICK OPTICK_GPU_SHUTDOWN_D3D12(); #endif //the...