24 #include "GraphicsApi.h" 28 #ifndef DOXYGEN_SHOULD_SKIP_THIS 57 Effect(
const char *vertexShader,
const char *fragmentShader)
58 :
Shader(vertexShader, fragmentShader)
64 #ifndef DOXYGEN_SHOULD_SKIP_THIS An OpenGL vertex and/or fragment shader.
Definition: Shader.h:119
Effect(const char *vertexShader, const char *fragmentShader)
Load both the vertex and fragment shaders from source codes in memory.
Definition: Effect.h:57
The namespace for gf classes.
Definition: Action.h:35
A post-processing effect.
Definition: Effect.h:38