Version: 2021.3
언어: 한국어

ComputeBufferMode

enumeration

매뉴얼로 전환

설명

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.

변수

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