SetUnorderedAccessView(Int32,UnorderedAccessView) Method
In This Topic
Sets an array of views for an unordered resource.
Syntax
'Declaration
Public Overloads Sub SetUnorderedAccessView( _
ByVal As System.Integer, _
ByVal As UnorderedAccessView _
)
public void SetUnorderedAccessView(
System.int ,
UnorderedAccessView
)
Parameters
- startSlot
- Index of the first element in the zero-based array to begin setting.
- unorderedAccessView
- A reference to an UnorderedAccessView references to be set by the method.
See Also