Constructor CircularStructuredBuffer
CircularStructuredBuffer(string)
Initializes and returns an instance of CircularStructuredBuffer.
Declaration
public CircularStructuredBuffer(string name = "")
Parameters
Type | Name | Description |
---|---|---|
string | name | An optional debug label for the compute buffer. |