Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <GLES3/gl32.h>
#include <gamp/Gamp.hpp>
#include <cstdio>
#include <jau/basic_types.hpp>
#include <jau/debug.hpp>
#include <jau/file_util.hpp>
#include <gamp/render/RenderContext.hpp>
#include <gamp/render/gl/GLLiterals.hpp>
#include <gamp/render/gl/GLContext.hpp>
Go to the source code of this file.
Classes | |
struct | GLLaunchProps |
Functions | |
static void | GLDebugCallback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) |
int | launch (std::string_view sfile, const GLLaunchProps &props, const RenderListenerRef &demo, int argc, char *argv[]) |
|
static |
int launch | ( | std::string_view | sfile, |
const GLLaunchProps & | props, | ||
const RenderListenerRef & | demo, | ||
int | argc, | ||
char * | argv[] ) |
Definition at line 48 of file GLLauncher01.hpp.