ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CheckFeatureSupport Method / CheckFeatureSupport(Feature,IntPtr,Int32) Method

In This Topic
    CheckFeatureSupport(Feature,IntPtr,Int32) Method
    In This Topic
    HRESULT ID3D11Device::CheckFeatureSupport([In] D3D11_FEATURE Feature,[Out, Buffer] void* pFeatureSupportData,[In] unsigned int FeatureSupportDataSize)
    Syntax
    'Declaration
     
    Public Overloads Function CheckFeatureSupport( _
       ByVal feature As Feature, _
       ByVal featureSupportDataRef As System.IntPtr, _
       ByVal featureSupportDataSize As System.Integer _
    ) As HResult
    public HResult CheckFeatureSupport( 
       Feature feature,
       System.IntPtr featureSupportDataRef,
       System.int featureSupportDataSize
    )

    Parameters

    feature
    featureSupportDataRef
    featureSupportDataSize
    See Also