Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetFormat
Method
GetFormat
Source/Engine/Graphics/Models/MeshBase.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
PixelFormat MeshAccessor::Stream::GetFormat() const
65
{
66
return _format;
67
}
68
69
int32 MeshAccessor::Stream::GetStride() const
70
{
Callers
7
BeginRenderPass
Method · 0.45
BindIB
Method · 0.45
GetState
Method · 0.45
ClearDepth
Method · 0.45
ClearDepth
Method · 0.45
BindIB
Method · 0.45
BindIB
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected