Searched refs:dsUniBinding (Results 1 – 1 of 1) sorted by relevance
127 VkDescriptorSetLayoutBinding dsUniBinding; in get_layout_and_desc_count() local128 dsUniBinding.binding = GrVkUniformHandler::kUniformBinding; in get_layout_and_desc_count()129 dsUniBinding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in get_layout_and_desc_count()130 dsUniBinding.descriptorCount = 1; in get_layout_and_desc_count()131 dsUniBinding.stageFlags = visibility_to_vk_stage_flags(visibilities[0]); in get_layout_and_desc_count()132 dsUniBinding.pImmutableSamplers = nullptr; in get_layout_and_desc_count()139 uniformLayoutCreateInfo.pBindings = &dsUniBinding; in get_layout_and_desc_count()