Version: 2020.1
언어: 한국어

설명

Dynamic, unsynchronized access to the buffer.

Same as ComputeBufferMode.Dynamic except Unity does not perform any CPU-GPU synchronization; if the user modifies an area of the buffer where the GPU is currently reading from, the results are undefined. For example, this mode together with GraphicsFence can be used to implement circular buffers.