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

Method IsLinear

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

Source from the content-addressed store, hash-verified

82}
83
84bool MeshAccessor::Stream::IsLinear(PixelFormat expectedFormat) const
85{
86 return _format == expectedFormat && _stride == PixelFormatExtensions::SizeInBytes(_format);
87}
88
89void MeshAccessor::Stream::SetLinear(const void* data)
90{

Callers 3

UpdateMeshFunction · 0.45
UpdateMeshMethod · 0.45
UpdateMeshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected