# C1.Util.DX.Direct3D11.DepthStencilViewDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct3D11_DepthStencilViewDescription" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription" class="text-break">DepthStencilViewDescription Struct
</h1>
  <div class="markdown level0 summary"><p>D3D11_DEPTH_STENCIL_VIEW_DESC</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct3D11.html">C1.Util.DX.Direct3D11</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DepthStencilViewDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure DepthStencilViewDescription</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Dimension" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Dimension">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Dimension.html">Dimension</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_DSV_DIMENSION ViewDimension</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Flags" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Flags">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Flags.html">Flags</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_DSV_FLAG Flags</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Format" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Format">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Format.html">Format</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_FORMAT Format</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture1D" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture1D">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture1D.html">Texture1D</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX1D_DSV Texture1D</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture1DArray" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture1DArray">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture1DArray.html">Texture1DArray</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX1D_ARRAY_DSV Texture1DArray</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture2D" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2D">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2D.html">Texture2D</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX2D_DSV Texture2D</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture2DArray" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DArray">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DArray.html">Texture2DArray</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX2D_ARRAY_DSV Texture2DArray</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture2DMS" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DMS">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DMS.html">Texture2DMS</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX2DMS_DSV Texture2DMS</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_DepthStencilViewDescription_Texture2DMSArray" data-uid="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DMSArray">
          <a class="xref" href="C1.Util.DX.Direct3D11.DepthStencilViewDescription.Texture2DMSArray.html">Texture2DMSArray</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_TEX2DMS_ARRAY_DSV Texture2DMSArray</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
