Struct CompilerMSL::MemberSorter
Defined in File spirv_msl.hpp
Nested Relationships
This struct is a nested type of Class CompilerMSL.
Struct Documentation
-
struct MemberSorter
Public Types
-
enum SortAspect
Values:
-
enumerator LocationThenBuiltInType
-
enumerator Offset
-
enumerator LocationThenBuiltInType
Public Functions
-
void sort()
-
bool operator()(uint32_t mbr_idx1, uint32_t mbr_idx2)
-
MemberSorter(SPIRType &t, Meta &m, SortAspect sa)
-
enum SortAspect