#include <ShaderManager.h>
Public Member Functions | |
| std::string | get_key () const |
Public Attributes | |
| std::string | vertex_path |
| std::string | fragment_path |
| std::unordered_set< std::string > | defines |
Definition at line 39 of file ShaderManager.h.
| std::string hellfire::ShaderManager::ShaderVariant::get_key | ( | ) | const |
Definition at line 146 of file ShaderManager.cpp.
| std::unordered_set<std::string> hellfire::ShaderManager::ShaderVariant::defines |
Definition at line 42 of file ShaderManager.h.
| std::string hellfire::ShaderManager::ShaderVariant::fragment_path |
Definition at line 41 of file ShaderManager.h.
| std::string hellfire::ShaderManager::ShaderVariant::vertex_path |
Definition at line 40 of file ShaderManager.h.