#include <ShaderCache.h>
Public Member Functions | |
| ShaderCache () | |
| ~ShaderCache () | |
Static Public Member Functions | |
| static GLSLShader * | Get (const std::string &vert, const std::string &frag) |
| static void | Clear () |
| static void | Dump () |
Definition at line 30 of file ShaderCache.h.
| ShaderCache::ShaderCache | ( | ) |
Definition at line 23 of file ShaderCache.cpp.
| ShaderCache::~ShaderCache | ( | ) |
Definition at line 27 of file ShaderCache.cpp.
| static GLSLShader* Fluxus::ShaderCache::Get | ( | const std::string & | vert, | |
| const std::string & | frag | |||
| ) | [static] |
| void ShaderCache::Clear | ( | ) | [static] |
Definition at line 44 of file ShaderCache.cpp.
| void ShaderCache::Dump | ( | ) | [static] |
Definition at line 54 of file ShaderCache.cpp.
1.5.1