Version: 2021.3
언어: 한국어

설명

Static buffer, only initial upload allowed by the CPU

The buffer is not modified by the CPU apart from optionally providing the initial contents of the buffer at buffer creation time. Unity typically stores these buffers in the GPU-only memory (where available). Compute shaders and other GPU operations are allowed to modify the contents of the buffer.