Searched refs:gpuImagePlat (Results 1 – 2 of 2) sorted by relevance
1249 GpuImagePlatformDataVk gpuImagePlat; in CreateGpuImageViews() local1250 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()1251 gpuImagePlat.imageView = swapchainPlat.swapchainImages.imageViews[idx]; in CreateGpuImageViews()1252 gpuImages[idx] = this->CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()
2080 GpuImagePlatformDataGL gpuImagePlat {}; in CreateGpuImageViews() local2081 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()2082 gpuImagePlat.swizzle = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA }; in CreateGpuImageViews()2083 gpuImages[idx] = CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()