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

Method ImageElement

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

Source from the content-addressed store, hash-verified

293 GLuint gl_tex;
294
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected