Home
last modified time | relevance | path

Searched refs:VertexAttributeDesc (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h123 struct VertexAttributeDesc struct
125 inline bool operator==(const VertexAttributeDesc &rhs) const
129 inline bool operator!=(const VertexAttributeDesc &rhs) const { return !(*this == rhs); }
155 VertexAttributeDesc attributes[kMaxVertexAttribs]; argument
Dmtl_state_cache.mm83 MTLVertexAttributeDescriptor *ToObjC(const VertexAttributeDesc &desc)