ComponentOne Bitmap for UWP
SetUnorderedAccessView(Int32,UnorderedAccessView) Method

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.
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

Reference

ComputeShaderStage Class
ComputeShaderStage Members
Overload List