#include "gpucalc/bindable.h"
#include "gpucalc/application.h"
#include "gpucalc/log_manager.h"
#include "gpucalc/framebuffer.h"
#include "gpucalc/exception.h"
#include "gpucalc/shader.h"
#include "gpucalc/graphic_core.h"
#include "gpucalc/texture.h"
#include "gpucalc/profiler.h"
Go to the source code of this file.
Namespaces | |
| namespace | gpucalc | 
Classes | |
| class | gpucalc::Kernel | 
| This class representing kernel - a computation unit.  More... | |
Variables | |
| const char | gpucalc::_KernelClassName [] = "Kernel" | 
Definition in file kernel.h.
 1.5.6