# C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct3D11_Device_IsSupportedFeatureLevel_" data-uid="C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel*">IsSupportedFeatureLevel Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct3D11_Device_IsSupportedFeatureLevel_" data-uid="C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel*"></a>
<h4 id="C1_Util_DX_Direct3D11_Device_IsSupportedFeatureLevel_C1_Util_DX_Direct3D11_FeatureLevel_" data-uid="C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel(C1.Util.DX.Direct3D11.FeatureLevel)">IsSupportedFeatureLevel(FeatureLevel)</h4>
<div class="markdown level1 summary"><p>Check if a feature level is supported by a primary adapter.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool IsSupportedFeatureLevel(FeatureLevel featureLevel)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function IsSupportedFeatureLevel(featureLevel As FeatureLevel) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Direct3D11.FeatureLevel.html">FeatureLevel</a></td>
      <td><span class="parametername">featureLevel</span></td>
      <td><p>The feature level.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the primary adapter is supporting this feature level; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_Direct3D11_Device_IsSupportedFeatureLevel_" data-uid="C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel*"></a>
<h4 id="C1_Util_DX_Direct3D11_Device_IsSupportedFeatureLevel_C1_Util_DX_DXGI_Adapter_C1_Util_DX_Direct3D11_FeatureLevel_" data-uid="C1.Util.DX.Direct3D11.Device.IsSupportedFeatureLevel(C1.Util.DX.DXGI.Adapter,C1.Util.DX.Direct3D11.FeatureLevel)">IsSupportedFeatureLevel(Adapter, FeatureLevel)</h4>
<div class="markdown level1 summary"><p>Check if a feature level is supported by a particular adapter.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool IsSupportedFeatureLevel(Adapter adapter, FeatureLevel featureLevel)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function IsSupportedFeatureLevel(adapter As Adapter, featureLevel As FeatureLevel) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DXGI.Adapter.html">Adapter</a></td>
      <td><span class="parametername">adapter</span></td>
      <td><p>The adapter.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Direct3D11.FeatureLevel.html">FeatureLevel</a></td>
      <td><span class="parametername">featureLevel</span></td>
      <td><p>The feature level.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the specified adapter is supporting this feature level; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
