Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetFormat
Function
GetFormat
Source/Engine/Graphics/GPUBuffer.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
/// Gets buffer data format (if used).
66
/// </summary>
67
API_PROPERTY() FORCE_INLINE PixelFormat GetFormat() const
68
{
69
return _desc.Format;
70
}
71
72
/// <summary>
73
/// Gets buffer elements count (size divided by the stride).
Callers
1
DownloadDataAsync
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected