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

Function GetBuffer

Source/Engine/Graphics/DynamicBuffer.h:48–51  ·  view source on GitHub ↗

Gets buffer (can be null due to 'late init' feature).

Source from the content-addressed store, hash-verified

46 /// Gets buffer (can be null due to 'late init' feature).
47 /// </summary>
48 FORCE_INLINE GPUBuffer* GetBuffer() const
49 {
50 return _buffer;
51 }
52
53 /// <summary>
54 /// Clear data (begin for writing)

Callers 1

GetLayoutMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected