Shader.SetGlobalBuffer
static function SetGlobalBuffer(propertyName: string, buffer: ComputeBuffer): void;
static void SetGlobalBuffer(string propertyName, ComputeBuffer buffer);
static def SetGlobalBuffer(propertyName as string, buffer as ComputeBuffer) as void
Description