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

Method GetData

Source/Engine/Graphics/Models/MeshBase.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59Span<byte> MeshAccessor::Stream::GetData() const
60{
61 return _data;
62}
63
64PixelFormat MeshAccessor::Stream::GetFormat() const
65{

Callers 4

UploadDataMethod · 0.45
FromTextureDataMethod · 0.45
UpdateMeshMethod · 0.45
DownloadIndexBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected