Home
last modified time | relevance | path

Searched refs:swapchainPlat (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1244 const auto& swapchainPlat = static_cast<const SwapchainVk&>(swapchain).GetPlatformData(); in CreateGpuImageViews() local
1246 vector<unique_ptr<GpuImage>> gpuImages(swapchainPlat.swapchainImages.images.size()); in CreateGpuImageViews()
1249 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()
1250 gpuImagePlat.imageView = swapchainPlat.swapchainImages.imageViews[idx]; in CreateGpuImageViews()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp2074 const auto& swapchainPlat = swapchain.GetPlatformData();
2076 gpuImages.resize(swapchainPlat.swapchainImages.images.size());
2081 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx];

Completed in 6 milliseconds