ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputStage Class / SetTargets Method / SetTargets(Int32,IntPtr,IntPtr) Method

In This Topic
    SetTargets(Int32,IntPtr,IntPtr) Method
    In This Topic
    void ID3D11DeviceContext::SOSetTargets([In] unsigned int NumBuffers,[In, Buffer, Optional] const void** ppSOTargets,[In, Buffer, Optional] const void* pOffsets)
    Syntax
    'Declaration
     
    Public Overloads Sub SetTargets( _
       ByVal numBuffers As System.Integer, _
       ByVal sOTargetsOut As System.IntPtr, _
       ByVal offsetsRef As System.IntPtr _
    ) 
    public void SetTargets( 
       System.int numBuffers,
       System.IntPtr sOTargetsOut,
       System.IntPtr offsetsRef
    )

    Parameters

    numBuffers
    sOTargetsOut
    offsetsRef
    See Also