From 00de9674eb8f34c47b487704c58a39939df2acd3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 23:00:32 +0100 Subject: Updating docs --- classyage_1_1GlslProgram.html | 147 +----------------------------------------- 1 file changed, 1 insertion(+), 146 deletions(-) (limited to 'classyage_1_1GlslProgram.html') diff --git a/classyage_1_1GlslProgram.html b/classyage_1_1GlslProgram.html index b456bd5c..b44ace27 100644 --- a/classyage_1_1GlslProgram.html +++ b/classyage_1_1GlslProgram.html @@ -83,8 +83,6 @@ $(document).ready(function(){initNavTree('classyage_1_1GlslProgram.html','');});
yage::GlslProgram Class Reference
@@ -120,24 +118,6 @@ Public Member Functions   void unuse ()   - - - - - -

-Private Member Functions

void compileShader (const GLuint &shader, const std::string &file_path)
 compiles one shader More...
 
- - - - - - - - - -

-Private Attributes

GLuint program_id_ = 0
 compiled shader program id More...
 
GLuint vertex_shader_id_ = 0
 
GLuint fragment_shader_id_ = 0
 
int attribute_index_ = 0
 

Constructor & Destructor Documentation

@@ -251,42 +231,6 @@ Private Attributes
-
- - -

◆ compileShader()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void yage::GlslProgram::compileShader (const GLuint & shader,
const std::string & file_path 
)
-
-private
-
-
@@ -436,95 +380,6 @@ Private Attributes
-
- -

Member Data Documentation

- -

◆ attribute_index_

- -
-
- - - - - -
- - - - -
int yage::GlslProgram::attribute_index_ = 0
-
-private
-
- -
-
- -

◆ fragment_shader_id_

- -
-
- - - - - -
- - - - -
GLuint yage::GlslProgram::fragment_shader_id_ = 0
-
-private
-
- -
-
- -

◆ program_id_

- -
-
- - - - - -
- - - - -
GLuint yage::GlslProgram::program_id_ = 0
-
-private
-
- -
-
- -

◆ vertex_shader_id_

- -
-
- - - - - -
- - - - -
GLuint yage::GlslProgram::vertex_shader_id_ = 0
-
-private
-
-

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