Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Size
Method
Size
Source/Engine/Graphics/Textures/GPUTexture.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
Float2 GPUTexture::Size() const
226
{
227
return Float2(static_cast<float>(_desc.Width), static_cast<float>(_desc.Height));
228
}
229
230
Float3 GPUTexture::Size3() const
231
{
Callers
3
LoadShaderCache
Method · 0.45
DownloadDataCPU
Method · 0.45
Deserialize
Method · 0.45
Calls
1
Float2
Class · 0.85
Tested by
no test coverage detected