File Shader.cpp¶
FileList > AIAC > Render > Shader.cpp
Go to the source code of this file
#include <stdio.h>#include <string>#include <vector>#include <iostream>#include <fstream>#include <algorithm>#include <sstream>#include <stdlib.h>#include <string.h>#include <GL/glew.h>#include "Shader.hpp"#include "utils/utils.h"#include "AIAC/Log.h"
Public Functions¶
| Type | Name |
|---|---|
| GLuint | LoadShaders (const char * vertex_file_path, const char * fragment_file_path) |
Public Functions Documentation¶
function LoadShaders¶
The documentation for this class was generated from the following file src/AIAC/Render/Shader.cpp