Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Write
Function
Write
Source/Engine/Graphics/DynamicBuffer.h:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
/// <param name=
"data"
>Data to write</param>
65
template<typename T>
66
FORCE_INLINE void Write(const T& data)
67
{
68
Data.Add((byte*)&data, sizeof(T));
69
}
70
71
/// <summary>
72
/// Write bytes to the buffer
Callers
5
Store
Method · 0.70
AddTransitionBarrier
Method · 0.50
AddUAVBarrier
Method · 0.50
flushRBs
Method · 0.50
DrawEnd
Method · 0.50
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected