ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / ComputeInformation Class / SetComputeShaderConstantBuffer Method

In This Topic
    SetComputeShaderConstantBuffer Method
    In This Topic
    HRESULT ID2D1ComputeInfo::SetComputeShaderConstantBuffer([In, Buffer] const void* buffer,[In] unsigned int bufferCount)
    Syntax
    'Declaration
     
    Public Sub SetComputeShaderConstantBuffer( _
       ByVal buffer As System.IntPtr, _
       ByVal bufferCount As System.Integer _
    ) 
    public void SetComputeShaderConstantBuffer( 
       System.IntPtr buffer,
       System.int bufferCount
    )

    Parameters

    buffer
    bufferCount
    See Also