public void SetGlobalBuffer
(string name,
ComputeBuffervalue);
public void SetGlobalBuffer
(int nameID,
ComputeBuffervalue);
Descripción
Add a "set global shader buffer property" command.
When the command buffer will be executed, a global shader buffer property will be set at this point. The effect is as if Shader.SetGlobalBuffer was called.