Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
BlamRendering::BGFX Namespace Reference

Namespaces

 Shaders
 Namespace for anything related to bgfx shaders.
 

Functions

BLAM void DrawRectangle ()
 
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)
 

Function Documentation

◆ DrawRectangle()

void BlamRendering::BGFX::DrawRectangle ( )

◆ HandleWindowReisze()

void BlamRendering::BGFX::HandleWindowReisze ( int  width,
int  height 
)

◆ Initialize()

void BlamRendering::BGFX::Initialize ( )

◆ RenderLoop()

void BlamRendering::BGFX::RenderLoop ( )

◆ SetPlatformData()

BLAM void BlamRendering::BGFX::SetPlatformData ( )

◆ SetViewClearFlags()

void BlamRendering::BGFX::SetViewClearFlags ( int  new_flags)

◆ Shutdown()

void BlamRendering::BGFX::Shutdown ( )