Searched defs:DescriptorSetLayoutResult (Results 1 – 1 of 1) sorted by relevance
1665 struct DescriptorSetLayoutResult struct in vkt::BindingModel::__anonf255f59c0111::DescriptorSet1667 enum class LayoutSupported1673 LayoutSupported supported;1674 Move<VkDescriptorSetLayout> layout;1676 explicit DescriptorSetLayoutResult(Move<VkDescriptorSetLayout> &&layout_) in DescriptorSetLayoutResult() function1682 … explicit DescriptorSetLayoutResult(LayoutSupported supported_) : supported(supported_), layout() in DescriptorSetLayoutResult() function