MCPcopy 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
230Float3 GPUTexture::Size3() const
231{
232 return Float3(static_cast<float>(_desc.Width), static_cast<float>(_desc.Height), static_cast<float>(_desc.Depth));
233}
234
235bool GPUTexture::IsPowerOfTwo() const
236{

Callers 2

InitMethod · 0.80
RenderMethod · 0.80

Calls 1

Float3Class · 0.85

Tested by

no test coverage detected