#include <ShBaseTexture.hpp>
Inheritance diagram for SH::ShBaseTextureCube< T >:
Public Types | |
typedef T | return_type |
Public Member Functions | |
ShBaseTextureCube (const ShTextureTraits &traits) | |
ShBaseTextureCube (int width, int height, const ShTextureTraits &traits) | |
template<typename T2> | |
T | operator() (const ShGeneric< 3, T2 > &coords) const |
ShMemoryPtr | memory (ShCubeDirection face) |
void | memory (ShMemoryPtr memory, ShCubeDirection face) |
void | size (int width, int height) |
ShAttrib2f | size () const |
int | width () |
int | height () |
Definition at line 152 of file ShBaseTexture.hpp.