loadShader
Default mainpageApplicationShaderObjectloadShader
Description Source Call Graph
ShaderObject::loadShader ( Public Method )
Author: Don Olmstead
Loads and compiles the shader code.
 
Syntax / parameters
void loadShader(const char *fileName)

Name Type Default Description
fileName const char *
  The name of the file
Description
Loads and compiles the shader code.

This function creates the ShaderObject from the code contained in the inputed file.


 
Source
The documentation for this Member was generated from the following files:
  • ShaderObject.cpp
  • ShaderObject.hpp