zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sh::Uniform Struct Reference

#include <Uniform.h>

Public Member Functions

 Uniform (GLenum type, GLenum precision, const char *name, int arraySize, int registerIndex)
 

Public Attributes

unsigned int arraySize
 
std::string name
 
GLenum precision
 
int registerIndex
 
GLenum type
 

Detailed Description

Definition at line 19 of file Uniform.h.

Constructor & Destructor Documentation

sh::Uniform::Uniform ( GLenum  type,
GLenum  precision,
const char *  name,
int  arraySize,
int  registerIndex 
)

Definition at line 12 of file Uniform.cpp.

References arraySize, name, precision, registerIndex, and type.

Member Data Documentation

unsigned int sh::Uniform::arraySize

Definition at line 26 of file Uniform.h.

Referenced by Uniform().

std::string sh::Uniform::name

Definition at line 25 of file Uniform.h.

Referenced by Uniform().

GLenum sh::Uniform::precision

Definition at line 24 of file Uniform.h.

Referenced by Uniform().

int sh::Uniform::registerIndex

Definition at line 28 of file Uniform.h.

Referenced by Uniform().

GLenum sh::Uniform::type

Definition at line 23 of file Uniform.h.

Referenced by Uniform().


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