| 
    GLI
    0.6.0
    
   | 
 
Public Types | |
| typedef storage::dim1_type | dim_type | 
| typedef storage::size_type | face_type | 
| typedef storage::format_type | format_type | 
| typedef storage::size_type | layer_type | 
| typedef storage::size_type | level_type | 
| typedef storage::size_type | size_type | 
| typedef storage::texcoord1_type | texcoord_type | 
Public Member Functions | |
| size_type | base_face () const | 
| size_type | base_layer () const | 
| size_type | base_level () const | 
| void | clear () | 
| template<typename genType > | |
| void | clear (genType const &Texel) | 
| void * | data () | 
| void const * | data () const | 
| template<typename genType > | |
| genType * | data () | 
| template<typename genType > | |
| genType const * | data () const | 
| dim_type | dimensions () const | 
| bool | empty () const | 
| size_type | faces () const | 
| format_type | format () const | 
| size_type | layers () const | 
| size_type | levels () const | 
| size_type | max_face () const | 
| size_type | max_layer () const | 
| size_type | max_level () const | 
| operator storage () const | |
| image | operator[] (size_type const &Level) const | 
| size_type | size () const | 
| template<typename genType > | |
| size_type | size () const | 
| texture1D () | |
| texture1D (size_type const &Levels, format_type const &Format, dim_type const &Dimensions) | |
| texture1D (format_type const &Format, dim_type const &Dimensions) | |
| texture1D (storage const &Storage) | |
| texture1D (storage const &Storage, format_type const &Format, size_type BaseLayer, size_type MaxLayer, size_type BaseFace, size_type MaxFace, size_type BaseLevel, size_type MaxLevel) | |
| texture1D (texture1D const &Texture, size_type const &BaseLevel, size_type const &MaxLevel) | |
| texture1D (texture1DArray const &Texture, size_type const &BaseLayer, size_type const &BaseLevel, size_type const &MaxLevel) | |
Definition at line 37 of file texture1d.hpp.
| typedef storage::dim1_type dim_type | 
Definition at line 40 of file texture1d.hpp.
| typedef storage::size_type face_type | 
Definition at line 46 of file texture1d.hpp.
| typedef storage::format_type format_type | 
Definition at line 43 of file texture1d.hpp.
| typedef storage::size_type layer_type | 
Definition at line 44 of file texture1d.hpp.
| typedef storage::size_type level_type | 
Definition at line 45 of file texture1d.hpp.
| typedef storage::size_type size_type | 
Definition at line 42 of file texture1d.hpp.
| typedef storage::texcoord1_type texcoord_type | 
Definition at line 41 of file texture1d.hpp.
| texture1D | ( | ) | 
      
  | 
  explicit | 
Create a texture1D and allocate a new storage.
      
  | 
  explicit | 
Create a texture1D and allocate a new storage with a complete mipmap chain.
      
  | 
  explicit | 
Create a texture1D view with an existing storage.
      
  | 
  explicit | 
Create a texture1D view, reference a subset of an existing texture1DArray instance.
| size_type base_face | ( | ) | const | 
| size_type base_layer | ( | ) | const | 
| size_type base_level | ( | ) | const | 
| void clear | ( | ) | 
| void clear | ( | genType const & | Texel | ) | 
| void* data | ( | ) | 
| void const* data | ( | ) | const | 
| genType* data | ( | ) | 
| genType const* data | ( | ) | const | 
| dim_type dimensions | ( | ) | const | 
| bool empty | ( | ) | const | 
| size_type faces | ( | ) | const | 
| format_type format | ( | ) | const | 
| size_type layers | ( | ) | const | 
| size_type levels | ( | ) | const | 
| size_type max_face | ( | ) | const | 
| size_type max_layer | ( | ) | const | 
| size_type max_level | ( | ) | const | 
| operator storage | ( | ) | const | 
| size_type size | ( | ) | const | 
| size_type size | ( | ) | const | 
 1.8.10