MCPcopy Create free account
hub / github.com/baldurk/renderdoc / BaseCoordFromMip

Method BaseCoordFromMip

qrenderdoc/Windows/TextureViewer.cpp:4569–4572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4567}
4568
4569uint32_t TextureViewer::BaseCoordFromMip(int coord, const uint32_t dim)
4570{
4571 return ::BaseCoordFromMip(coord, m_TexDisplay.subresource.mip, dim);
4572}
4573
4574void TextureViewer::on_customCreate_clicked()
4575{

Callers

nothing calls this directly

Calls 1

BaseCoordFromMipFunction · 0.85

Tested by

no test coverage detected