Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
shaders.h File Reference
#include <bgfx/bgfx.h>
#include <string>
#include <map>

Go to the source code of this file.

Classes

class  BlamShader
 
class  BlamShaderProgram
 

Namespaces

 BlamRendering
 Namespace for things relating to rendering.
 
 BlamRendering::BGFX
 
 BlamRendering::BGFX::Shaders
 Namespace for anything related to bgfx shaders.
 

Macros

#define BLAM
 

Functions

BLAM void BlamRendering::BGFX::Shaders::LoadShaders ()
 Loads all shaders that aren't tag-based. More...
 
BLAM void BlamRendering::BGFX::Shaders::LoadShaderPrograms ()
 Loads all shader programs that aren't tag-based. More...
 
BLAM BlamShaderBlamRendering::BGFX::Shaders::GetShader (std::string id)
 
BLAM BlamShaderProgramBlamRendering::BGFX::Shaders::GetShaderProgram (std::string id)
 
BLAM void BlamRendering::BGFX::Shaders::ClearShaders ()
 
BLAM void BlamRendering::BGFX::Shaders::ClearShaderPrograms ()
 

Macro Definition Documentation

◆ BLAM

#define BLAM