MCPcopy 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
64PixelFormat MeshAccessor::Stream::GetFormat() const
65{
66 return _format;
67}
68
69int32 MeshAccessor::Stream::GetStride() const
70{

Callers 7

BeginRenderPassMethod · 0.45
BindIBMethod · 0.45
GetStateMethod · 0.45
ClearDepthMethod · 0.45
ClearDepthMethod · 0.45
BindIBMethod · 0.45
BindIBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected