![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <types.h>
Public Member Functions | |
| bool | LoadFromDisk (std::string path) |
| void | Release () |
| bool | Reload () |
Public Attributes | |
| std::string | file_path |
| void * | source_data = nullptr |
| int64_t | source_size |
| bgfx::ShaderHandle | handle |
| bool shader_info::shader::LoadFromDisk | ( | std::string | path | ) |
Here is the caller graph for this function:| void shader_info::shader::Release | ( | ) |
Here is the caller graph for this function:| bool shader_info::shader::Reload | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| std::string shader_info::shader::file_path |
| bgfx::ShaderHandle shader_info::shader::handle |
| void* shader_info::shader::source_data = nullptr |
| int64_t shader_info::shader::source_size |