Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
Extent3D DbgTexture::GetMipExtent(std::uint32_t mipLevel) const
54
{
55
return instance.GetMipExtent(mipLevel);
56
}
57
58
TextureDescriptor DbgTexture::GetDesc() const
59
{
Callers
3
ValidateMipResolution
Method · 0.45
SaveTextureWithRenderer
Function · 0.45
CsRenderSystemChild.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected