MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetMipExtent

Method GetMipExtent

deps/LLGL/sources/Renderer/DebugLayer/DbgTexture.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Extent3D DbgTexture::GetMipExtent(std::uint32_t mipLevel) const
54{
55 return instance.GetMipExtent(mipLevel);
56}
57
58TextureDescriptor DbgTexture::GetDesc() const
59{

Callers 3

ValidateMipResolutionMethod · 0.45
SaveTextureWithRendererFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected