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

Function GetKey

Source/Engine/Graphics/Models/MeshDeformation.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23FORCE_INLINE static uint32 GetKey(int32 lodIndex, int32 meshIndex, MeshBufferType type)
24{
25 Key key;
26 key.Value = 0;
27 key.Lod = (uint8)lodIndex;
28 key.BufferType = (uint8)type;
29 key.MeshIndex = (uint16)meshIndex;
30 return key.Value;
31}
32
33bool MeshDeformationData::LoadMeshAccessor(MeshAccessor& accessor) const
34{

Callers 5

GetBoundsMethod · 0.70
DirtyMethod · 0.70
AddDeformerMethod · 0.70
RemoveDeformerMethod · 0.70
RunDeformersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected