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

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

generateCubemap(const std::string &name, Args &&... args)oe::render::TextureManagerinline
getCubemap(const std::string &name) constoe::render::TextureManager
getDefaultCubemap() constoe::render::TextureManagerinline
getDefaultTexture() constoe::render::TextureManagerinline
getTexture(const std::string &name) constoe::render::TextureManager
hasCubemap(const std::string &name) constoe::render::TextureManager
hasTexture(const std::string &name) constoe::render::TextureManager
registerTexture(const std::string &name, Args &&... args)oe::render::TextureManagerinline
removeCubemap(const std::string &name)oe::render::TextureManager
removeTexture(const std::string &name)oe::render::TextureManager
setVerticalFlipOnLoad(const bool flip)oe::render::TextureManagerstatic
TextureManager(const TextureManagerCreateInfo &={})oe::render::TextureManager