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

Method IsValid

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

Source from the content-addressed store, hash-verified

77}
78
79bool MeshAccessor::Stream::IsValid() const
80{
81 return _format != PixelFormat::Unknown;
82}
83
84bool MeshAccessor::Stream::IsLinear(PixelFormat expectedFormat) const
85{

Callers 8

UploadMipMapAsyncMethod · 0.45
DownloadBufferMethod · 0.45
LoadBufferMethod · 0.45
UpdateMeshMethod · 0.45
IndexMethod · 0.45
AttributeMethod · 0.45
DownloadIndexBufferMethod · 0.45
DownloadBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected