renderstack::float_parameter Struct Reference

#include <uniform_bindings.hpp>

Public Member Functions

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

Data Fields

std::string name
scoped_array< float > value

Detailed Description

Definition at line 211 of file uniform_bindings.hpp.


Constructor & Destructor Documentation

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

Definition at line 213 of file uniform_bindings.hpp.

00214     :   value(new float[size])
00215     {
00216         this->name = name;
00217     }


Field Documentation

Definition at line 218 of file uniform_bindings.hpp.

Definition at line 219 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