AppendStructuredBuffer<T, L>.Append
Description
Appends a new element to the buffer.
Signature
void AppendStructuredBuffer<T, L>.Append(T value) where L : IBufferDataLayout;
Parameters
value : T
The element to be appended to the buffer.
Appends a new element to the buffer.
void AppendStructuredBuffer<T, L>.Append(T value) where L : IBufferDataLayout;
The element to be appended to the buffer.