ComponentOne Bitmap for UWP
CheckComputeShaderFormatSupport Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CheckComputeShaderFormatSupport Method
The format for which to check support.
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

Reference

Device Class
Device Members