OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ObjectOps< tag::DirectState, tag::Program >::ActiveVariableInfo Class Reference

Information about a single active vertex attribute or uniform. More...

#include </home/chochlik/devel/oglplus/include/oglplus/program.hpp>

Public Member Functions

GLuint Index (void) const
 Returns the index of the attribute or uniform.
 
const StringName (void) const
 Returns the name (identifier) of the attribute or uniform.
 
const GLint Size (void) const
 Returns the size in units of Type.
 
const SLDataType Type (void) const
 Returns the data type of the variable.
 

Detailed Description

template<>
class oglplus::ObjectOps< tag::DirectState, tag::Program >::ActiveVariableInfo

Information about a single active vertex attribute or uniform.

Note that the Program's functions documented as returning instances of ActiveVariableInfo actually return types convertible to ActiveVariableInfo.


The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/include/oglplus/program.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).