Unofficial OpenGL Software Development Kit
0.5.0
|
Exceptions for texture generation functions. More...
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | glimg::TextureGenerationException |
Base class for all exceptions thrown by the texture loaders. More... | |
class | glimg::ImageFormatUnsupportedException |
Thrown if the image format cannot be used because the OpenGL implementation doesn't support the format. More... | |
class | glimg::TextureUnsupportedException |
Thrown if the texture type that was asked to be created is not supported by this OpenGL implementation. More... | |
class | glimg::TextureUnexpectedException |
Thrown because the texture type is not yet supported by GL Image. More... | |
class | glimg::CannotForceRenderTargetException |
Thrown when using the FORCE_REQUIRED_FORMATS flag and the format could not be converted to a required one without compromising data. More... | |
class | glimg::CannotForceTextureStorage |
Thrown when using the FORCE_TEXTURE_STORAGE flag and the OpenGL implementation doesn't support it. More... | |
class | glimg::CannotForceDSAUsage |
Thrown when using the FORCE_DSA flag and the OpenGL implementation doesn't support it. More... | |
Namespaces | |
namespace | glimg |
The main GL Image library namespace. | |
Exceptions for texture generation functions.