ComputeBufferMode

enumeration

Switch to Manual

Description

Intended usage of the buffer.

Use this enum to convey the intended usage of the buffer to the engine, so that Unity can decide where and how to store the buffer contents.

Variables

ImmutableStatic buffer, only initial upload allowed by the CPU
DynamicDynamic buffer.
CircularLegacy mode, do not use.
StreamOutStream Out / Transform Feedback output buffer. Internal use only.
SubUpdatesDynamic, unsynchronized access to the buffer.