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.
CircularLegacy mode, do not use.
StreamOutStream Out / Transform Feedback output buffer. Internal use only.
SubUpdatesDynamic, unsynchronized access to the buffer.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答