Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
BlamRendering::BGFX Namespace Reference

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 ()
 

Detailed Description

Namespace containing functions exclusive to bgfx.

Deprecated:
bgfx support will be removed soon in favor of OGRE.

Function Documentation

◆ Get2DViewID()

uint16_t BlamRendering::BGFX::Get2DViewID ( )
+ Here is the caller graph for this function:

◆ Get3DViewID()

uint16_t BlamRendering::BGFX::Get3DViewID ( )
+ Here is the caller graph for this function:

◆ GetRenderHeight()

int BlamRendering::BGFX::GetRenderHeight ( )
+ Here is the caller graph for this function:

◆ GetRenderWidth()

int BlamRendering::BGFX::GetRenderWidth ( )
+ Here is the caller graph for this function:

◆ HandleWindowReisze()

void BlamRendering::BGFX::HandleWindowReisze ( int  width,
int  height 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Initialize()

void BlamRendering::BGFX::Initialize ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadImage()

bimg::ImageContainer * BlamRendering::BGFX::LoadImage ( )

◆ RenderLoop()

void BlamRendering::BGFX::RenderLoop ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetPlatformData()

BLAM void BlamRendering::BGFX::SetPlatformData ( )

◆ SetViewClearFlags()

void BlamRendering::BGFX::SetViewClearFlags ( int  new_flags)
+ Here is the caller graph for this function:

◆ Shutdown()

void BlamRendering::BGFX::Shutdown ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function: