ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CheckComputeShaderFormatSupport Method
The format for which to check support.

In This Topic
    CheckComputeShaderFormatSupport Method
    In This Topic
    Check if this device is supporting compute shaders for the specified format.
    Syntax
    'Declaration
     
    Public Function CheckComputeShaderFormatSupport( _
       ByVal format As Format _
    ) As ComputeShaderFormatSupport
    public ComputeShaderFormatSupport CheckComputeShaderFormatSupport( 
       Format format
    )

    Parameters

    format
    The format for which to check support.

    Return Value

    Flags indicating usage contexts in which the specified format is supported.
    See Also