MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / getMipLevels

Function getMipLevels

source/RenderGraph/FrameGraphPrerequisites.cpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 uint32_t getMipLevels( ImageId const & image )noexcept
534 {
535 return image.data->info.mipLevels;
536 }
537
538 uint32_t getMipLevels( ImageViewId const & image )noexcept
539 {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68