MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / height

Method height

src/server/gui/core/resources/TextureData.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228size_t TextureData::height()
229{
230 if (mHeight == 0)
231 load();
232 return mHeight;
233}
234
235float TextureData::sourceWidth()
236{

Callers 4

TextureResourceMethod · 0.45
initFromMemoryMethod · 0.45
getTotalSizeMethod · 0.45
getQueueSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected