MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetStride

Method GetStride

Source/Engine/Graphics/Models/MeshBase.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69int32 MeshAccessor::Stream::GetStride() const
70{
71 return _stride;
72}
73
74int32 MeshAccessor::Stream::GetCount() const
75{

Callers 15

DrawEmitterCPUFunction · 0.80
DrawEmittersGPUFunction · 0.80
VertexMethod · 0.80
RunDeformersMethod · 0.80
LoadFromMeshDataMethod · 0.80
AllocateBufferMethod · 0.80
UpdateMeshMethod · 0.80
AttributeMethod · 0.80
InitMethod · 0.80
DownloadDataCPUMethod · 0.80
DownloadIndexBufferMethod · 0.80
FrameBeginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected