MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetNumAttributes

Method GetNumAttributes

GTE/Graphics/VertexFormat.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 inline int32_t GetNumAttributes() const
76 {
77 return mNumAttributes;
78 }
79
80 void GetAttribute(int32_t i, VASemantic& semantic, DFType& type,
81 uint32_t& unit, uint32_t& offset) const;

Callers 5

StandardUsageMethod · 0.80
OnFirstUpdateMethod · 0.80
CollisionMeshMethod · 0.80
GL46InputLayoutMethod · 0.80
DX11InputLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected