ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / ComputeShaderStage Class / SetUnorderedAccessView Method / SetUnorderedAccessView(Int32,UnorderedAccessView) Method
Index of the first element in the zero-based array to begin setting.
A reference to an UnorderedAccessView references to be set by the method.

In This Topic
    SetUnorderedAccessView(Int32,UnorderedAccessView) Method
    In This Topic
    Sets an array of views for an unordered resource.
    Syntax
    'Declaration
     
    Public Overloads Sub SetUnorderedAccessView( _
       ByVal startSlot As System.Integer, _
       ByVal unorderedAccessView As UnorderedAccessView _
    ) 
    public void SetUnorderedAccessView( 
       System.int startSlot,
       UnorderedAccessView 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