![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include <glfft_common.hpp>
Public Member Functions | |
| GLuint | find_program (const Parameters ¶meters) const |
| void | insert_program (const Parameters ¶meters, GLuint program) |
| size_t | cache_size () const |
Private Attributes | |
| std::unordered_map< Parameters, Program > | programs |
Definition at line 221 of file glfft_common.hpp.
|
inline |
Definition at line 227 of file glfft_common.hpp.
| GLuint ProgramCache::find_program | ( | const Parameters & | parameters | ) | const |
| void ProgramCache::insert_program | ( | const Parameters & | parameters, |
| GLuint | program | ||
| ) |
|
private |
Definition at line 230 of file glfft_common.hpp.