renderstack::texture_parameter Struct Reference

#include <uniform_bindings.hpp>

Public Member Functions

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

Data Fields

std::string name
scoped_array< texture_bindingvalue

Detailed Description

Definition at line 266 of file uniform_bindings.hpp.


Constructor & Destructor Documentation

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

Definition at line 268 of file uniform_bindings.hpp.

00269     :   value(new texture_binding[size])
00270     {
00271         this->name = name;
00272     }


Field Documentation

Definition at line 273 of file uniform_bindings.hpp.

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