Molecule Visualizer
 All Classes Namespaces Files Functions Enumerations Enumerator Macros Groups Pages
Variables
Shader.cpp File Reference

Shader class implementation. More...

#include "Shader.hpp"
#include <stdio.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <stdlib.h>
#include <QMessagebox>
#include "glsw.h"

Variables

const std::string vertex = ".Vertex"
 
const std::string fragment = ".Fragment"
 
const std::string tessControl = ".TessControl"
 
const std::string tessEval = ".TessEval"
 
const std::string geometry = ".Geometry"
 

Detailed Description

Shader class implementation.

This class represents the implementation of Shader.