CommandBuffer.SetGlobalConstantBuffer

매뉴얼로 전환
public void SetGlobalConstantBuffer (ComputeBuffer buffer, int nameID, int offset, int size);

파라미터

bufferThe buffer to bind.
offsetOffset from the start of the ComputeBuffer in bytes.
sizeSize in bytes of the area to bind.
nameIDName of the constant buffer (use Shader.PropertyToID to generate).

설명

Add a command to bind a global constant buffer.