Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
bgfx.cpp File Reference

Variables

int width = 1600
 
int height = 900
 
BlamColor * bgfx_clear_color
 TODO: remove bgfx_ prefix after opengl code is removed because its technically a global variable XDd. More...
 
int render_clear_flags = BGFX_CLEAR_COLOR | BGFX_CLEAR_DEPTH
 
BlamRenderModeltest_model
 

Variable Documentation

◆ bgfx_clear_color

BlamColor* bgfx_clear_color

TODO: remove bgfx_ prefix after opengl code is removed because its technically a global variable XDd.

◆ height

int height = 900

◆ render_clear_flags

int render_clear_flags = BGFX_CLEAR_COLOR | BGFX_CLEAR_DEPTH

◆ test_model

BlamRenderModel* test_model

◆ width

int width = 1600