JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ShaderProgram.hpp File Reference

Contains jngl::ShaderProgram class. More...

#include "Finally.hpp"
#include <memory>
#include <string>
Include dependency graph for ShaderProgram.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ShaderProgram
 Linked vertex and fragment shaders. More...
 
struct  ShaderProgram::Context
 Lifetime object when the ShaderProgram is in use. More...
 

Namespaces

namespace  jngl
 JNGL's main namespace.
 

Functions

void setUniform (int location, float v0, float v1)
 

Detailed Description

Contains jngl::ShaderProgram class.

Definition in file ShaderProgram.hpp.