# C1.Util.DX.DXGI.ComputePreemptionGranularity

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_DXGI_ComputePreemptionGranularity" data-uid="C1.Util.DX.DXGI.ComputePreemptionGranularity" class="text-break">ComputePreemptionGranularity Enum
</h1>
  <div class="markdown level0 summary"><p>DXGI_COMPUTE_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_ComputePreemptionGranularity_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComputePreemptionGranularity</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComputePreemptionGranularity</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_ComputePreemptionGranularity_DispatchBoundary">DispatchBoundary</td>
        <td><p>DXGI_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_ComputePreemptionGranularity_DmaBufferBoundary">DmaBufferBoundary</td>
        <td><p>DXGI_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_ComputePreemptionGranularity_InstructionBoundary">InstructionBoundary</td>
        <td><p>DXGI_COMPUTE_PREEMPTION_INSTRUCTION_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_ComputePreemptionGranularity_ThreadBoundary">ThreadBoundary</td>
        <td><p>DXGI_COMPUTE_PREEMPTION_THREAD_BOUNDARY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_ComputePreemptionGranularity_ThreadGroupBoundary">ThreadGroupBoundary</td>
        <td><p>DXGI_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
