Home
last modified time | relevance | path

Searched defs:inputMipLevel (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
Drender_blur.cpp210 const uint32_t inputMipLevel = blurInfo_.upScale ? (blurCount - idx) : (idx - 1); in RenderData() local
286 const uint32_t inputMipLevel = mipLevel - 1u; in DownscaleBarrier() local
328 const RenderHandle psoHandle, const RenderHandle image, const uint32_t inputMipLevel) in BlurPass()