MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / IsValid

Method IsValid

projects/uDesigner/source/main.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 constexpr ImageElement() : width(0), height(0), gl_tex(0) {}
296
297 inline bool IsValid() const {
298 return (this->gl_tex != 0) && (this->width > 0) && (this->height > 0);
299 }
300
301 inline void Dispose() {
302 if(this->IsValid()) {

Callers 8

DisposeMethod · 0.95
DrawOnWindowMethod · 0.45
MainLoopFunction · 0.45
ReloadMethod · 0.45
theme_DefaultKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected