mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2025-04-05 17:10:55 +00:00
added dev prints for RHI init and shutdown
This commit is contained in:
parent
a1efd4cbf9
commit
90b98ffdc5
1 changed files with 4 additions and 0 deletions
|
@ -3209,6 +3209,8 @@ namespace RHI
|
|||
|
||||
bool Init(const InitDesc& initDesc)
|
||||
{
|
||||
ri.Printf(PRINT_DEVELOPER, "RHI: %s\n", rhi.device == NULL ? "full init" : "partial init");
|
||||
|
||||
Sys_V_Init();
|
||||
|
||||
if(rhi.device != NULL)
|
||||
|
@ -3817,6 +3819,8 @@ namespace RHI
|
|||
destroyWindow = true;
|
||||
}
|
||||
|
||||
ri.Printf(PRINT_DEVELOPER, "RHI: %s\n", destroyWindow ? "full shutdown" : "partial shutdown");
|
||||
|
||||
if(rhi.frameBegun)
|
||||
{
|
||||
backEnd.renderFrame = qfalse;
|
||||
|
|
Loading…
Reference in a new issue