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