MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / m_isInvalid

Method m_isInvalid

src/Texture.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 WrapV = Wrap::Repeat;
104 }
105 bool Texture::m_isInvalid()
106 {
107 return Width <= 0 || Height <= 0 || Depth <= 0 || MipmapLevels <= 0 || Data == nullptr;
108 }
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected