Beatmup
|
Public Member Functions | |
Shader (const GraphicPipeline &gpu) | |
Public Member Functions inherited from Beatmup::GL::Shader | |
~Shader () | |
Friends | |
class | ComputeProgram |
Additional Inherited Members | |
Protected Member Functions inherited from Beatmup::GL::Shader | |
Shader (const GraphicPipeline &gpu, const uint32_t type) | |
handle_t | getHandle () const |
uint32_t | getType () const |
void | compile (const GraphicPipeline &gpu, const char *source) |
Definition at line 33 of file compute_program.h.
ComputeProgram::Shader::Shader | ( | const GraphicPipeline & | gpu | ) |
Definition at line 27 of file compute_program.cpp.
|
friend |
Definition at line 34 of file compute_program.h.