Struct CompilerMSL::InterfaceBlockMeta
Defined in File spirv_msl.hpp
Nested Relationships
This struct is a nested type of Class CompilerMSL.
Nested Types
Struct Documentation
-
struct InterfaceBlockMeta
Public Members
-
std::unordered_map<uint32_t, LocationMeta> location_meta
-
bool strip_array = false
-
bool allow_local_declaration = false
-
struct LocationMeta
Public Members
-
uint32_t base_type_id = 0
-
uint32_t num_components = 0
-
bool flat = false
-
bool noperspective = false
-
bool centroid = false
-
bool sample = false
-
uint32_t base_type_id = 0
-
std::unordered_map<uint32_t, LocationMeta> location_meta