Searched defs:DescriptorId (Results 1 – 1 of 1) sorted by relevance
115 struct DescriptorId struct117 …DescriptorId(uint32_t set_, uint32_t binding_, uint32_t number_) : set(set_), binding(binding_), n… in DescriptorId() function121 bool operator<(const DescriptorId &other) const in operator <()127 uint32_t set;128 uint32_t binding;129 uint32_t number;