Searched defs:BindingInterface (Results 1 – 1 of 1) sorted by relevance
901 struct BindingInterface struct903 virtual ~BindingInterface () {} in ~BindingInterface()927 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()935 virtual bool needsAliasingUpTo (deUint32 numIterations) const in needsAliasingUpTo()947 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()2654 …return getUsedDescriptorTypes(descriptorSet, numIterations, [] (const BindingInterface*) { return … in getAllUsedDescriptorTypes()