From 3d96965ecd28b9037a83c4b22f65fcf502dce336 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 29 Jul 2017 10:00:20 +0100 Subject: Updating docs --- classyage_1_1GlslProgram.html | 107 ------------------------------------------ 1 file changed, 107 deletions(-) delete mode 100644 classyage_1_1GlslProgram.html (limited to 'classyage_1_1GlslProgram.html') diff --git a/classyage_1_1GlslProgram.html b/classyage_1_1GlslProgram.html deleted file mode 100644 index 2c07ae30..00000000 --- a/classyage_1_1GlslProgram.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - -YAGE: yage::GlslProgram Class Reference - - - - - - - - - -
-
- - - - - - -
-
YAGE -
-
Yet Another Game Engine
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
yage::GlslProgram Class Reference
-
-
- - - - - - - - - - - - - - -

-Public Member Functions

-void compileShaders (const std::string &vertex_shader_path, const std::string &fragment_shader_path)
 
-void linkShaders ()
 
-void addAttribute (const std::string &attribute_name)
 
-GLint getUniformLocation (const std::string &uniform_name)
 
-void use ()
 
-void unuse ()
 
-
The documentation for this class was generated from the following files: -
- - - - -- cgit