KRCamera now using KRTextureBinding for the debug font
This commit is contained in:
@@ -104,7 +104,6 @@ private:
|
||||
|
||||
KrSurfaceHandle m_surfaceHandle;
|
||||
|
||||
KRTextureBinding m_skyBox;
|
||||
KRViewport m_viewport;
|
||||
|
||||
float m_particlesAbsoluteTime;
|
||||
@@ -123,6 +122,9 @@ private:
|
||||
mimir::Block m_debug_text_vertices;
|
||||
KRMeshManager::KRVBOData m_debug_text_vbo_data;
|
||||
|
||||
KRTextureBinding m_fontTexture;
|
||||
KRTextureBinding m_skyBox;
|
||||
|
||||
uint64_t m_last_frame_start;
|
||||
int m_frame_times[KRAKEN_FPS_AVERAGE_FRAME_COUNT];
|
||||
int m_frame_times_filled;
|
||||
|
||||
Reference in New Issue
Block a user