From 0e5a826935cd1e5ef1e3061d029e2aafea038f47 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 26 Sep 2017 14:18:22 +0100 Subject: Adding --- classyage_1_1GlslProgram.html | 135 ++++++++++++++++++++++-------------------- 1 file changed, 72 insertions(+), 63 deletions(-) (limited to 'classyage_1_1GlslProgram.html') diff --git a/classyage_1_1GlslProgram.html b/classyage_1_1GlslProgram.html index f49dc67a..007ef69d 100644 --- a/classyage_1_1GlslProgram.html +++ b/classyage_1_1GlslProgram.html @@ -3,23 +3,22 @@ - + + YAGE: yage::GlslProgram Class Reference + + - @@ -28,7 +27,7 @@ -
+
YAGE  v0.1.1
@@ -39,43 +38,19 @@
- + - - + + + +
+
@@ -133,7 +108,7 @@ Public Member Functions GlslProgramoperator= (GlslProgram &&)=delete   void compileShaders (const std::string &vertex_shader_path, const std::string &fragment_shader_path) - compiles vertex and fragment shader More...
+ compiles vertex and fragment shader More...
  void linkShaders ()   @@ -149,13 +124,13 @@ Public Member Functions

Private Member Functions

void compileShader (const GLuint &shader, const std::string &file_path) - compiles one shader More...
+ compiles one shader More...
  - + @@ -165,7 +140,9 @@ Private Attributes

Private Attributes

GLuint program_id_ = 0
 compiled shader program id More...
 compiled shader program id More...
 
GLuint vertex_shader_id_ = 0
 
 

Constructor & Destructor Documentation

- + +

◆ GlslProgram() [1/3]

+
@@ -188,7 +165,9 @@ Private Attributes - + +

◆ GlslProgram() [2/3]

+
@@ -212,7 +191,9 @@ Private Attributes - + +

◆ GlslProgram() [3/3]

+
@@ -236,7 +217,9 @@ Private Attributes - + +

◆ ~GlslProgram()

+
@@ -252,7 +235,9 @@ Private Attributes

Member Function Documentation

- + +

◆ addAttribute()

+
@@ -268,7 +253,9 @@ Private Attributes - + +

◆ compileShader()

+
@@ -302,7 +289,9 @@ Private Attributes - + +

◆ compileShaders()

+
@@ -328,7 +317,9 @@ Private Attributes - + +

◆ getUniformLocation()

+
@@ -344,7 +335,9 @@ Private Attributes - + +

◆ linkShaders()

+
@@ -359,7 +352,9 @@ Private Attributes - + +

◆ operator=() [1/2]

+
@@ -383,7 +378,9 @@ Private Attributes - + +

◆ operator=() [2/2]

+
@@ -407,7 +404,9 @@ Private Attributes - + +

◆ unuse()

+
@@ -422,7 +421,9 @@ Private Attributes - + +

◆ use()

+
@@ -438,7 +439,9 @@ Private Attributes

Member Data Documentation

- + +

◆ attribute_index_

+
@@ -458,7 +461,9 @@ Private Attributes - + +

◆ fragment_shader_id_

+
@@ -478,7 +483,9 @@ Private Attributes - + +

◆ program_id_

+
@@ -498,7 +505,9 @@ Private Attributes - + +

◆ vertex_shader_id_

+
@@ -528,9 +537,9 @@ Private Attributes -- cgit