Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ReferenceContext.CreateBuffer

Declaration

public LightTransport.BufferID CreateBuffer(ulong size);

Parameters

size Size of the buffer in bytes.

Returns

BufferID ID of the newly created buffer.

Description

Create a new buffer of a given size.