![]() |
Blamite Game Engine - Strings
00455.08.09.26.2217.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Functions | |
| STRINGS_API int | CompileShader (int _argc, const char *_argv[]) |
| STRINGS_API int | CompileShaderToMemory (char *shader_code, int size, const char *varying, _BgfxShaderType type, std::string platform, std::string profile, void **out_mem, int *out_size, std::string *out_log) |
| int BlamStrings::ShaderCompiler::CompileShader | ( | int | _argc, |
| const char * | _argv[] | ||
| ) |
| int BlamStrings::ShaderCompiler::CompileShaderToMemory | ( | char * | shader_code, |
| int | size, | ||
| const char * | varying, | ||
| _BgfxShaderType | type, | ||
| std::string | platform, | ||
| std::string | profile, | ||
| void ** | out_mem, | ||
| int * | out_size, | ||
| std::string * | out_log | ||
| ) |