![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions exclusive to bgfx. More...
Namespaces | |
Primitives | |
Namespace containing functions for simple drawing of 2D and 3D primitives. | |
Shaders | |
Namespace for anything related to bgfx shaders. | |
Functions | |
BLAM bimg::ImageContainer * | LoadImage () |
BLAM void | SetPlatformData () |
BLAM void | Initialize () |
BLAM void | RenderLoop () |
BLAM void | Shutdown () |
BLAM void | HandleWindowReisze (int width, int height) |
BLAM void | SetViewClearFlags (int new_flags) |
BLAM uint16_t | Get3DViewID () |
BLAM uint16_t | Get2DViewID () |
BLAM int | GetRenderWidth () |
BLAM int | GetRenderHeight () |
Namespace containing functions exclusive to bgfx.
uint16_t BlamRendering::BGFX::Get2DViewID | ( | ) |
uint16_t BlamRendering::BGFX::Get3DViewID | ( | ) |
int BlamRendering::BGFX::GetRenderHeight | ( | ) |
int BlamRendering::BGFX::GetRenderWidth | ( | ) |
void BlamRendering::BGFX::HandleWindowReisze | ( | int | width, |
int | height | ||
) |
void BlamRendering::BGFX::Initialize | ( | ) |
bimg::ImageContainer * BlamRendering::BGFX::LoadImage | ( | ) |
void BlamRendering::BGFX::RenderLoop | ( | ) |
BLAM void BlamRendering::BGFX::SetPlatformData | ( | ) |
void BlamRendering::BGFX::SetViewClearFlags | ( | int | new_flags | ) |
void BlamRendering::BGFX::Shutdown | ( | ) |