Home
last modified time | relevance | path

Searched defs:SetBindingPair (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1755 struct SetBindingPair struct
1757 uint32_t desc_set;
1758 uint32_t binding;
1760 inline bool operator==(const SetBindingPair &other) const in operator ==()
1765 inline bool operator<(const SetBindingPair &other) const in operator <()