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

Method Reset

GTE/Graphics/VertexFormat.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void VertexFormat::Reset()
22{
23 mNumAttributes = 0;
24 mVertexSize = 0;
25 for (int32_t i = 0; i < VAConstant::MAX_ATTRIBUTES; ++i)
26 {
27 mAttributes[i] = Attribute();
28 }
29}
30
31void VertexFormat::Bind(VASemantic semantic, DFType type, uint32_t unit)
32{

Callers 1

operator()Method · 0.45

Calls 1

AttributeClass · 0.70

Tested by

no test coverage detected