MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / NumInputElements

Method NumInputElements

SampleFramework11/v1.02/Graphics/Model.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 const D3D11_INPUT_ELEMENT_DESC* InputElements() const { return &inputElements[0]; }
94 uint32 NumInputElements() const { return static_cast<uint32>(inputElements.size()); }
95
96 uint32 VertexStride() const { return vertexStride; }
97 uint32 NumVertices() const { return numVertices; }

Callers 2

ExtractBakePointsFunction · 0.80
SetModelMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected