renderstack::uint_parameter Struct Reference

#include <uniform_bindings.hpp>

Public Member Functions

 uint_parameter (std::string const &name, int size=1)

Data Fields

std::string name
scoped_array< unsigned int > value

Detailed Description

Definition at line 201 of file uniform_bindings.hpp.


Constructor & Destructor Documentation

renderstack::uint_parameter::uint_parameter ( std::string const &  name,
int  size = 1 
) [inline]

Definition at line 203 of file uniform_bindings.hpp.

00204     :   value(new unsigned int[size])
00205     {
00206         this->name = name;
00207     }


Field Documentation

Definition at line 208 of file uniform_bindings.hpp.

Definition at line 209 of file uniform_bindings.hpp.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 11 12:23:12 2010 for RenderStack by  doxygen 1.6.3