PeriDyno 0.8.2
Static Public Member Functions | List of all members
gl::ShaderFactory Class Reference

#include <Shader.h>

Static Public Member Functions

static bool initialize ()
 
static ProgramcreateShaderProgram (const char *vs, const char *fs, const char *gs=0)
 

Detailed Description

Definition at line 62 of file Shader.h.

Member Function Documentation

◆ createShaderProgram()

Program * gl::ShaderFactory::createShaderProgram ( const char *  vs,
const char *  fs,
const char *  gs = 0 
)
static

Definition at line 157 of file Shader.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialize()

bool gl::ShaderFactory::initialize ( )
static

Definition at line 133 of file Shader.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: