# C1.Util.DX.Direct3D11.Device.CheckD3D11Feature

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct3D11_Device_CheckD3D11Feature_" data-uid="C1.Util.DX.Direct3D11.Device.CheckD3D11Feature*">CheckD3D11Feature Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct3D11_Device_CheckD3D11Feature_" data-uid="C1.Util.DX.Direct3D11.Device.CheckD3D11Feature*"></a>
<h4 id="C1_Util_DX_Direct3D11_Device_CheckD3D11Feature" data-uid="C1.Util.DX.Direct3D11.Device.CheckD3D11Feature">CheckD3D11Feature()</h4>
<div class="markdown level1 summary"><p>Gets information about the features <a class="xref" href="C1.Util.DX.Direct3D11.Feature.html#C1_Util_DX_Direct3D11_Feature_D3D11Options">D3D11Options</a> that are supported by the current graphics driver.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FeatureDataD3D11Options CheckD3D11Feature()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CheckD3D11Feature() As FeatureDataD3D11Options</code></pre>
</div>
<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="C1.Util.DX.Direct3D11.FeatureDataD3D11Options.html">FeatureDataD3D11Options</a></td>
      <td><p>Returns a structure <a class="xref" href="C1.Util.DX.Direct3D11.FeatureDataD3D11Options.html">FeatureDataD3D11Options</a></p>
</td>
    </tr>
  </tbody>
</table>
</div>
