Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
size_t TextureData::width()
222
{
223
if (mWidth == 0)
224
load();
225
return mWidth;
226
}
227
228
size_t TextureData::height()
229
{
Callers
4
TextureResource
Method · 0.45
initFromMemory
Method · 0.45
getTotalSize
Method · 0.45
getQueueSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected