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

Method width

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

Source from the content-addressed store, hash-verified

219}
220
221size_t TextureData::width()
222{
223 if (mWidth == 0)
224 load();
225 return mWidth;
226}
227
228size_t TextureData::height()
229{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected