MCPcopy 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
225Float2 GPUTexture::Size() const
226{
227 return Float2(static_cast<float>(_desc.Width), static_cast<float>(_desc.Height));
228}
229
230Float3 GPUTexture::Size3() const
231{

Callers 3

LoadShaderCacheMethod · 0.45
DownloadDataCPUMethod · 0.45
DeserializeMethod · 0.45

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected