Home
last modified time | relevance | path

Searched refs:currResource (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp415 const BindableImage& currResource = resources[idx]; in BindImages() local
416 const RenderHandle currHandle = currResource.handle; in BindImages()
426 if (currResource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImages()
427 bindableImage.imageLayout = currResource.imageLayout; in BindImages()
429 … bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(currResource.handle)) in BindImages()
433 bindableImage.handle = currResource.handle; in BindImages()
434 bindableImage.mip = currResource.mip; in BindImages()
435 bindableImage.layer = currResource.layer; in BindImages()
436 bindableImage.samplerHandle = currResource.samplerHandle; in BindImages()