![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#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 BlamShader * | BlamRendering::BGFX::Shaders::GetShader (std::string id) |
BLAM BlamShaderProgram * | BlamRendering::BGFX::Shaders::GetShaderProgram (std::string id) |
BLAM void | BlamRendering::BGFX::Shaders::ClearShaders () |
BLAM void | BlamRendering::BGFX::Shaders::ClearShaderPrograms () |
#define BLAM |