some fixes

This commit is contained in:
Asuro
2025-02-21 00:09:24 +01:00
parent 43d7d2d012
commit dc12510fcb
3 changed files with 19 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include "bgfx/defines.h"
#include <bgfx/bgfx.h>
#include <bx/string.h>
#include <cstdint>
@@ -58,6 +59,9 @@ namespace Game
Texture Textures[8];
Material Materials[8];
Model Models[8];
int32_t LastWidth = 0;
int32_t LastHeight = 0;
uint32_t ResetFlags = BGFX_RESET_VSYNC;
public:
void Setup();