Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
int32 MeshAccessor::Stream::GetStride() const
70
{
71
return _stride;
72
}
73
74
int32 MeshAccessor::Stream::GetCount() const
75
{
Callers
15
DrawEmitterCPU
Function · 0.80
DrawEmittersGPU
Function · 0.80
Vertex
Method · 0.80
RunDeformers
Method · 0.80
LoadFromMeshData
Method · 0.80
AllocateBuffer
Method · 0.80
UpdateMesh
Method · 0.80
Attribute
Method · 0.80
Init
Method · 0.80
DownloadDataCPU
Method · 0.80
DownloadIndexBuffer
Method · 0.80
FrameBegin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected