MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ReadOnlyTexture

Class ReadOnlyTexture

include/Core/Graphics/Exceptions.hpp:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace obe::Graphics::Exceptions
6{
7 class ReadOnlyTexture : public Exception
8 {
9 public:
10 ReadOnlyTexture(std::string_view method, DebugInfo info)
11 : Exception("ReadOnlyTexture", info)
12 {
13 this->error(
14 "Impossible to call method Texture::{} when Texture is in readonly-mode",
15 method);
16 }
17 };
18
19 class ImageFileNotFound : public Exception
20 {

Callers 6

createMethod · 0.85
loadFromFileMethod · 0.85
loadFromImageMethod · 0.85
setAntiAliasingMethod · 0.85
setRepeatedMethod · 0.85
Texture.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected