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

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

_construct_cubemap(const std::vector< std::string > &filenames, const int &internal_format=0, const int &format=0, const int &type=0, const int &max_mips=5) (defined in oe::render::Cubemap)oe::render::Cubemapprotected
_format (defined in oe::render::Texture)oe::render::Textureprotected
_generate_cubemap(const unsigned int &size, oe::render::Shader *shader, T *texture, const int &max_mips) (defined in oe::render::Cubemap)oe::render::Cubemapprotected
_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
_load_from_file(const std::vector< std::string > &filenames, const int &internal_format=0, const int &format=0, const int &type=0) (defined in oe::render::Cubemap)oe::render::Cubemapprotected
_size (defined in oe::render::Cubemap)oe::render::Cubemapprotected
_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
Cubemap(const unsigned int &size, const int &internal_format=0, const int &format=0, const int &type=0, const int &max_mip=1) (defined in oe::render::Cubemap)oe::render::Cubemap
Cubemap(const std::string &equirectangular_filename, const float &brightness_multiplier=1.0f, const int &max_mips=1) (defined in oe::render::Cubemap)oe::render::Cubemap
Cubemap(const std::string &folder, const std::string &extension, const bool is_hdr=false, const std::vector< std::string > &faces={"posx", "negx", "posy", "negy", "posz", "negz"}) (defined in oe::render::Cubemap)oe::render::Cubemap
Cubemap(const std::vector< std::string > &filenames, const bool is_hdr=false) (defined in oe::render::Cubemap)oe::render::Cubemap
Cubemap(const uint32_t size, const std::function< glm::vec4(const uint8_t face, const uint32_t i, const uint32_t j)> generator, const int &max_mips=5)oe::render::Cubemap
Cubemap() (defined in oe::render::Cubemap)oe::render::Cubemapinlineprotected
enableBilinearFiltering(bool enabled=true) override (defined in oe::render::Cubemap)oe::render::Cubemapvirtual
fetchTextureData(const unsigned int &face, const unsigned int &mip_level) (defined in oe::render::Cubemap)oe::render::Cubemap
fillTextureData(const std::vector< uint8_t > &data, const unsigned int &face, const unsigned int &mip_level) (defined in oe::render::Cubemap)oe::render::Cubemap
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() override (defined in oe::render::Cubemap)oe::render::Cubemapvirtual
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
getSize() const (defined in oe::render::Cubemap)oe::render::Cubemapinline
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) override (defined in oe::render::Cubemap)oe::render::Cubemapvirtual
useMipMaps() (defined in oe::render::Cubemap)oe::render::Cubemap
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