ComputeBufferMode

enumeration

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.

Properties

ImmutableStatic buffer, only initial upload allowed by the CPU
DynamicDynamic buffer.
SubUpdatesDynamic, unsynchronized access to the buffer.

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