GetUnorderedAccessViews(Int32,Int32) Method
In This Topic
Gets an array of views for an unordered resource.
Syntax
'Declaration
Public Overloads Function GetUnorderedAccessViews( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As UnorderedAccessView()
public UnorderedAccessView[] GetUnorderedAccessViews(
System.int ,
System.int
)
Parameters
- startSlot
- Index of the first element in the zero-based array to return (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - 1).
- count
- Number of views to get (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - StartSlot).
See Also