- create an array for the stream data

This commit is contained in:
Magnus Norddahl 2019-03-02 23:20:29 +01:00
commit 0c9d27d078
8 changed files with 91 additions and 56 deletions

View file

@ -50,7 +50,7 @@ extern HWND Window;
EXTERN_CVAR(Bool, vid_vsync);
#ifdef NDEBUG
CVAR(Bool, vk_debug, true, 0); // this should be false, once the oversized model can be removed.
CVAR(Bool, vk_debug, false, 0); // this should be false, once the oversized model can be removed.
#else
CVAR(Bool, vk_debug, true, 0);
#endif