# C1.Util.DX.DXGI.GraphicsPreemptionGranularity

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity" data-uid="C1.Util.DX.DXGI.GraphicsPreemptionGranularity" class="text-break">GraphicsPreemptionGranularity Enum
</h1>
  <div class="markdown level0 summary"><p>DXGI_GRAPHICS_PREEMPTION_GRANULARITY</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DXGI.html">C1.Util.DX.DXGI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GraphicsPreemptionGranularity</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GraphicsPreemptionGranularity</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>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_DmaBufferBoundary">DmaBufferBoundary</td>
        <td><p>DXGI_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_InstructionBoundary">InstructionBoundary</td>
        <td><p>DXGI_GRAPHICS_PREEMPTION_INSTRUCTION_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_PixelBoundary">PixelBoundary</td>
        <td><p>DXGI_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_PrimitiveBoundary">PrimitiveBoundary</td>
        <td><p>DXGI_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_GraphicsPreemptionGranularity_TriangleBoundary">TriangleBoundary</td>
        <td><p>DXGI_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
