Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::render::Texture Member List

This is the complete list of members for oe::render::Texture, including all inherited members.

_format (defined in oe::render::Texture)oe::render::Textureprotected
_generate_texture(const int32_t width, const int32_t height, const uint8_t *data, const int32_t nb_channels=0, const int32_t internal_format=0, const int32_t format=0, const int32_t type=0, const uint8_t max_mips=1) (defined in oe::render::Texture)oe::render::Textureprotected
_height (defined in oe::render::Texture)oe::render::Textureprotected
_internal_format (defined in oe::render::Texture)oe::render::Textureprotected
_internal_id (defined in oe::render::Texture)oe::render::Textureprotected
_type (defined in oe::render::Texture)oe::render::Textureprotected
_width (defined in oe::render::Texture)oe::render::Textureprotected
clampToEdge() (defined in oe::render::Texture)oe::render::Texture
enableBilinearFiltering(bool enabled=true) (defined in oe::render::Texture)oe::render::Texturevirtual
fetchTextureData(const unsigned int &face, const unsigned int &mip_level)oe::render::Texture
fillTextureData(const std::vector< uint8_t > &data, const unsigned int &face, const unsigned int &mip_level) (defined in oe::render::Texture)oe::render::Texture
Framebuffer (defined in oe::render::Texture)oe::render::Texturefriend
generateFromCompressed(const int32_t compression, const int32_t width, const int32_t height, const int32_t data_size, const uint8_t *data) (defined in oe::render::Texture)oe::render::Texturestatic
generateMipMaps() (defined in oe::render::Texture)oe::render::Texturevirtual
getHandle() const (defined in oe::render::Texture)oe::render::Textureinline
getHeight() const (defined in oe::render::Texture)oe::render::Textureinline
getImageFormat() const (defined in oe::render::Texture)oe::render::Textureinline
getImageInternalFormat() const (defined in oe::render::Texture)oe::render::Textureinline
getImageType() const (defined in oe::render::Texture)oe::render::Textureinline
getWidth() const (defined in oe::render::Texture)oe::render::Textureinline
NonCopyable()=default (defined in oe::util::NonCopyable)oe::util::NonCopyableprotected
operator=(const Texture &)=delete (defined in oe::render::Texture)oe::render::Textureprotected
Texture(const int32_t width, const int32_t height, const uint8_t *data, const int32_t nb_channels=0, const int32_t internal_format=0, const int32_t format=0, const int32_t type=0, const uint8_t max_mips=1) (defined in oe::render::Texture)oe::render::Texture
Texture(const std::string &filename, const bool &is_srgb=false, const uint8_t max_mips=1)oe::render::Texture
Texture(const uint32_t width, const uint32_t height, const std::function< glm::vec4(const uint32_t i, const uint32_t j)> generator, const uint8_t max_mips=1)oe::render::Texture
Texture(const uint32_t width, const uint32_t height, const oe::scene::Material &generator, const int32_t nb_channels=0, const int32_t internal_format=0, const int32_t format=0, const int32_t type=0, const uint8_t max_mips=1)oe::render::Texture
Texture() (defined in oe::render::Texture)oe::render::Textureprotected
Texture(const Texture &)=delete (defined in oe::render::Texture)oe::render::Textureprotected
use(const uint8_t &layer) (defined in oe::render::Texture)oe::render::Texturevirtual
wrapRepeat() (defined in oe::render::Texture)oe::render::Texture
~NonCopyable()=default (defined in oe::util::NonCopyable)oe::util::NonCopyableprotected
~Texture() (defined in oe::render::Texture)oe::render::Texturevirtual