Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Size3
Method
Size3
Source/Engine/Graphics/Textures/GPUTexture.cpp:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
Float3 GPUTexture::Size3() const
231
{
232
return Float3(static_cast<float>(_desc.Width), static_cast<float>(_desc.Height), static_cast<float>(_desc.Depth));
233
}
234
235
bool GPUTexture::IsPowerOfTwo() const
236
{
Callers
2
Init
Method · 0.80
Render
Method · 0.80
Calls
1
Float3
Class · 0.85
Tested by
no test coverage detected