MCPcopy 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

StoreMethod · 0.70
AddTransitionBarrierMethod · 0.50
AddUAVBarrierMethod · 0.50
flushRBsMethod · 0.50
DrawEndMethod · 0.50

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected