MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / NumMeshParts

Method NumMeshParts

SampleFramework12/v1.00/Graphics/Model.h:179–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 // Accessors
178 const Array<MeshPart>& MeshParts() const { return meshParts; }
179 uint64 NumMeshParts() const { return meshParts.Size(); }
180
181 uint32 NumVertices() const { return numVertices; }
182 uint32 NumIndices() const { return numIndices; }

Callers 2

RenderMainPassMethod · 0.80
RenderGBufferMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected