Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetInt
Function
GetInt
Source/Engine/Graphics/Models/MeshAccessor.h:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
FORCE_INLINE int32 GetInt(int32 index) const
47
{
48
ASSERT_LOW_LAYER(index * _stride < _data.Length());
49
return (int32)_sampler.Read(_data.Get() + index * _stride).X;
50
}
51
52
FORCE_INLINE float GetFloat(int32 index) const
53
{
Callers
nothing calls this directly
Calls
3
Length
Method · 0.45
Read
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected