GLUS
Data Fields
_GLUSprogrampipeline Struct Reference

Structure for program pipeline handling. More...

#include <glus_programpipeline.h>

Data Fields

GLUSuint pipeline
 The created pipeline. More...
 
GLUSuint computeProgram
 Compute shader program. More...
 
GLUSuint vertexProgram
 Vertex shader program. More...
 
GLUSuint controlProgram
 Tessellation control shader program. More...
 
GLUSuint evaluationProgram
 Tessellation evaluation shader program. More...
 
GLUSuint geometryProgram
 Geometry shader program. More...
 
GLUSuint fragmentProgram
 Fragment shader program. More...
 

Detailed Description

Structure for program pipeline handling.

Field Documentation

GLUSuint computeProgram

Compute shader program.

GLUSuint controlProgram

Tessellation control shader program.

GLUSuint evaluationProgram

Tessellation evaluation shader program.

GLUSuint fragmentProgram

Fragment shader program.

GLUSuint geometryProgram

Geometry shader program.

GLUSuint pipeline

The created pipeline.

GLUSuint vertexProgram

Vertex shader program.


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