ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CheckFullNonPow2TextureSupport Method

In This Topic
    CheckFullNonPow2TextureSupport Method
    In This Topic
    Gets information about whether the driver supports the nonpowers-of-2-unconditionally feature.
    Syntax
    'Declaration
     
    Public Function CheckFullNonPow2TextureSupport() As System.Boolean
    public System.bool CheckFullNonPow2TextureSupport()

    Return Value

    Returns true if this hardware supports non-powers-of-2 texture. This returns always true Direct3D 10 and higher feature levels.
    See Also