You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Inconsistency!]Swapchain release happens in RHI but creation is done in GraphicsContext::Init() [Inconsistency!]ShaderLibrary startup happens in RZEngine::PostGraphicsIgnition but clean up happens in GraphicsContext::Release
The text was updated successfully, but these errors were encountered:
Razix Gfx StartUp and Shutdown Flow
Graphics Context Flow
StartUp Phase
Gfx::RZResourceManager::Get().StartUp();
Context -> Create + Init
PostGraphicsContextInit()
Render Phase
RHI::Create
Shutdown Phase
RHI::Release
GraphicsContext::Release
PreGraphicsContextDestroy
ShaderLibrary Shutdown
Gfx::RZResourceManager::Get().ShutDown();
s_Context->Destroy()
Issues
[Inconsistency!]
Swapchain
release happens in RHI but creation is done inGraphicsContext::Init()
[Inconsistency!]
ShaderLibrary
startup happens inRZEngine::PostGraphicsIgnition
but clean up happens inGraphicsContext::Release
The text was updated successfully, but these errors were encountered: