[]
Sets an array of views for an unordered resource.
public void SetUnorderedAccessView(int startSlot, UnorderedAccessView unorderedAccessView)
| Type | Name | Description |
|---|---|---|
| int | startSlot | Index of the first element in the zero-based array to begin setting. |
| UnorderedAccessView | unorderedAccessView | A reference to an UnorderedAccessView references to be set by the method. |
Sets an array of views for an unordered resource.
public void SetUnorderedAccessView(int startSlot, UnorderedAccessView unorderedAccessView, int uavInitialCount)
| Type | Name | Description |
|---|---|---|
| int | startSlot | Index of the first element in the zero-based array to begin setting. |
| UnorderedAccessView | unorderedAccessView | A reference to an UnorderedAccessView references to be set by the method. |
| int | uavInitialCount | An Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumable UAV. uAVInitialCount is only relevant for UAVs which have the UnorderedAccessViewBufferFlags flag, otherwise the argument is ignored. |