0.8.0 API documentation
|
This is the complete list of members for texture_cube, including all inherited members.
base_face() const | texture | |
base_layer() const | texture | |
base_level() const | texture | |
base_offset(size_type Layer, size_type Face, size_type Level) const | texture | protected |
clear() | texture_cube | |
clear(genType const &Texel) | texture_cube | |
clear(size_type Face, size_type Level, genType const &Texel) | texture_cube | |
gli::texture::clear(size_type Layer, size_type Face, size_type Level, genType const &Texel) | 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 | texture_cube | |
faces() const | texture | |
format() const | texture | |
layers() const | texture | |
levels() const | texture | |
load(extent_type const &TexelCoord, size_type Face, size_type Level) const | texture_cube | |
max_face() const | texture | |
max_layer() const | texture | |
max_level() const | texture | |
operator[](size_type Face) const | texture_cube | |
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 Face, size_type Level, genType const &Texel) | texture_cube | |
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 | |
texture_cube() | texture_cube | |
texture_cube(format_type Format, extent_type const &Extent, size_type Levels, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture_cube | explicit |
texture_cube(format_type Format, extent_type const &Extent, swizzles_type const &Swizzles=swizzles_type(SWIZZLE_RED, SWIZZLE_GREEN, SWIZZLE_BLUE, SWIZZLE_ALPHA)) | texture_cube | explicit |
texture_cube(texture const &Texture) | texture_cube | explicit |
texture_cube(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)) | texture_cube | explicit |
texture_cube(texture_cube const &Texture, size_type BaseFace, size_type MaxFace, size_type BaseLevel, size_type MaxLevel) | texture_cube | explicit |