GLUS
Data Fields
_GLUSprogram Struct Reference

Structure for shader program handling. More...

#include <glus_program.h>

Data Fields

GLUSuint program
 The created program. More...
 
GLUSuint compute
 Compute shader. More...
 
GLUSuint vertex
 Vertex shader. More...
 
GLUSuint control
 Tessellation control shader. More...
 
GLUSuint evaluation
 Tessellation evaluation shader. More...
 
GLUSuint geometry
 Geometry shader. More...
 
GLUSuint fragment
 Fragment shader. More...
 

Detailed Description

Structure for shader program handling.

Field Documentation

GLUSuint compute

Compute shader.

GLUSuint control

Tessellation control shader.

GLUSuint evaluation

Tessellation evaluation shader.

GLUSuint fragment

Fragment shader.

GLUSuint geometry

Geometry shader.

GLUSuint program

The created program.

GLUSuint vertex

Vertex shader.


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