Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
bool MeshAccessor::Stream::IsValid() const
80
{
81
return _format != PixelFormat::Unknown;
82
}
83
84
bool MeshAccessor::Stream::IsLinear(PixelFormat expectedFormat) const
85
{
Callers
8
UploadMipMapAsync
Method · 0.45
DownloadBuffer
Method · 0.45
LoadBuffer
Method · 0.45
UpdateMesh
Method · 0.45
Index
Method · 0.45
Attribute
Method · 0.45
DownloadIndexBuffer
Method · 0.45
DownloadBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected