renderstack::matrix_parameter Struct Reference

#include <uniform_bindings.hpp>

Public Member Functions

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

Data Fields

std::string name
scoped_array< matrixvalue

Detailed Description

Definition at line 255 of file uniform_bindings.hpp.


Constructor & Destructor Documentation

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

Definition at line 257 of file uniform_bindings.hpp.

00258     :   value(new matrix[size])
00259     {
00260         this->name  = name;
00261     }


Field Documentation

Definition at line 262 of file uniform_bindings.hpp.

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