0.8.2 API documentation
|
This is the complete list of members for texture2d_array, including all inherited members.
base_face() const | texture | |
base_layer() const | texture | |
base_level() const | texture | |
clear() | texture | |
clear(gen_type const &Texel) | texture | |
clear(size_type Layer, size_type Face, size_type Level, gen_type const &BlockData) | texture | |
clear(size_type Layer, size_type Face, size_type Level, extent_type const &TexelOffset, extent_type const &TexelExtent, gen_type const &BlockData) | texture | |
copy(texture const &TextureSrc, size_t LayerSrc, size_t FaceSrc, size_t LevelSrc, size_t LayerDst, size_t FaceDst, size_t LevelDst) | texture | |
copy(texture const &TextureSrc, size_t LayerSrc, size_t FaceSrc, size_t LevelSrc, extent_type const &OffsetSrc, size_t LayerDst, size_t FaceDst, size_t LevelDst, extent_type const &OffsetDst, extent_type const &Extent) | texture | |
data() | texture | |
data() | texture | |
data() const | texture | |
data() const | texture | |
data(size_type Layer, size_type Face, size_type Level) | texture | |
data(size_type Layer, size_type Face, size_type Level) const | texture | |
data(size_type Layer, size_type Face, size_type Level) | texture | |
data(size_type Layer, size_type Face, size_type Level) const | texture | |
empty() const | texture | |
extent(size_type Level=0) const | texture2d_array | |
faces() const | texture | |
format() const | texture | |
layers() const | texture | |
levels() const | texture | |
load(extent_type const &TexelCoord, size_type Layer, size_type Level) const | texture2d_array | |
gli::texture::load(extent_type const &TexelCoord, size_type Layer, size_type Face, size_type Level) const | texture | |
max_face() const | texture | |
max_layer() const | texture | |
max_level() const | texture | |
operator[](size_type Layer) const | texture2d_array | |
size() const | texture | |
size() const | texture | |
size(size_type Level) const | texture | |
size(size_type Level) const | texture | |
store(extent_type const &TexelCoord, size_type Layer, size_type Level, gen_type const &Texel) | texture2d_array | |
gli::texture::store(extent_type const &TexelCoord, size_type Layer, size_type Face, size_type Level, gen_type const &Texel) | texture | |
swizzle(gli::swizzles const &Swizzles) | texture | |
target() const | texture | |
texture() | texture | |
texture(target_type Target, format_type Format, extent_type const &Extent, size_type Layers, size_type Faces, size_type Levels, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture | |
texture(texture const &Texture, target_type Target, format_type Format, size_type BaseLayer, size_type MaxLayer, size_type BaseFace, size_type MaxFace, size_type BaseLevel, size_type MaxLevel, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture | |
texture(texture const &Texture, target_type Target, format_type Format, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture | |
texture2d_array() | texture2d_array | |
texture2d_array(format_type Format, extent_type const &Extent, size_type Layers, size_type Levels, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture2d_array | |
texture2d_array(format_type Format, extent_type const &Extent, size_type Layers, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture2d_array | |
texture2d_array(texture const &Texture) | texture2d_array | explicit |
texture2d_array(texture const &Texture, format_type Format, size_type BaseLayer, size_type MaxLayer, size_type BaseFace, size_type MaxFace, size_type BaseLevel, size_type MaxLevel, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture2d_array | |
texture2d_array(texture2d_array const &Texture, size_type BaseLayer, size_type MaxLayer, size_type BaseLevel, size_type MaxLevel) | texture2d_array |