JUCE
Public Member Functions | Public Attributes | List of all members
OpenGLShaderProgram::Attribute Struct Reference

Represents an openGL vertex attribute value. More...

Public Member Functions

 Attribute (const OpenGLShaderProgram &program, const char *attributeName)
 Initialises an attribute. More...
 

Public Attributes

GLuint attributeID
 The attribute's ID number. More...
 

Detailed Description

Represents an openGL vertex attribute value.

After a program has been linked, you can create Attribute objects to let you set the attributes that your vertex shaders use.

Constructor & Destructor Documentation

OpenGLShaderProgram::Attribute::Attribute ( const OpenGLShaderProgram program,
const char *  attributeName 
)

Initialises an attribute.

The program must have been successfully linked when this constructor is called.

Member Data Documentation

GLuint OpenGLShaderProgram::Attribute::attributeID

The attribute's ID number.

If the uniform couldn't be found, this value will be < 0.


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