GlobeEngine
ge::TextureProperties< WRAP > Class Template Reference

#include <Texture.h>

Public Member Functions

 TextureProperties ()
 
 TextureProperties (TextureTypeInternals _type, TextureMinMagParameters _minmag, WRAP _wrap)
 
 TextureProperties (const std::shared_ptr< TextureProperties > copy)
 

Public Attributes

TextureTypeInternals type
 
TextureMinMagParameters minmag
 
WRAP wrap
 

Constructor & Destructor Documentation

template<typename WRAP>
ge::TextureProperties< WRAP >::TextureProperties ( )
inline
template<typename WRAP>
ge::TextureProperties< WRAP >::TextureProperties ( TextureTypeInternals  _type,
TextureMinMagParameters  _minmag,
WRAP  _wrap 
)
inline
template<typename WRAP>
ge::TextureProperties< WRAP >::TextureProperties ( const std::shared_ptr< TextureProperties< WRAP > >  copy)
inline

Member Data Documentation

template<typename WRAP>
TextureMinMagParameters ge::TextureProperties< WRAP >::minmag
template<typename WRAP>
TextureTypeInternals ge::TextureProperties< WRAP >::type
template<typename WRAP>
WRAP ge::TextureProperties< WRAP >::wrap

The documentation for this class was generated from the following file: