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

Method InputElements

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

Source from the content-addressed store, hash-verified

91 const std::vector<MeshPart>& MeshParts() const { return meshParts; }
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; }

Callers 2

ExtractBakePointsFunction · 0.80
SetModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected