Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp492 const bool hasPlatformBindings = cpuDescriptorSet.hasPlatformConversionBindings; in CreateGpuDescriptorSet() local
519 … } else if (hasPlatformBindings && (descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)) { in CreateGpuDescriptorSet()
582 const bool platImmutable = (hasPlatformBindings && (immutableSamplerBitmask != 0)); in CreateGpuDescriptorSet()