BufferSlice<T0>

struct in UnityEngine.LightTransport

Description

Unity uses the BufferSlice struct to split one large buffer allocation into one or more smaller buffers, each with explicit types.

Properties

Property Description
IdBuffer ID.
OffsetThe number of elements to offset, measured from the beginning of the buffer. The value must not exceed the end of the buffer allocation.

Constructors

Constructor Description
BufferSlice_1Construct a new BufferSlice struct by defining an offset from the beginning of a buffer. The buffer is defined by the BufferID.

Public Methods

Method Description
SafeReinterpretReinterpret the slice as having a different data type (type punning), performing checks to ensure the reinterpret is valid.
UnsafeReinterpretReinterpret the slice as having a different data type (type punning), but does not check if the reinterpret is valid.

Did you find this page useful? Please give it a rating: