# C1.Util.DX.Direct3D11.RenderTargetBlendDescription1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1" class="text-break">RenderTargetBlendDescription1 Struct
</h1>
  <div class="markdown level0 summary"><p>D3D11_RENDER_TARGET_BLEND_DESC1</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.4.8.dll</h6>
  <h5 id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct RenderTargetBlendDescription1</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure RenderTargetBlendDescription1</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_RenderTargetBlendDescription1_AlphaBlendOperation" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.AlphaBlendOperation">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.AlphaBlendOperation.html">AlphaBlendOperation</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND_OP BlendOpAlpha</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_BlendOperation" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.BlendOperation">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.BlendOperation.html">BlendOperation</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND_OP BlendOp</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_DestinationAlphaBlend" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.DestinationAlphaBlend">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.DestinationAlphaBlend.html">DestinationAlphaBlend</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND DestBlendAlpha</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_DestinationBlend" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.DestinationBlend">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.DestinationBlend.html">DestinationBlend</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND DestBlend</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_IsBlendEnabled" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.IsBlendEnabled">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.IsBlendEnabled.html">IsBlendEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL BlendEnable</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_IsLogicOperationEnabled" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.IsLogicOperationEnabled">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.IsLogicOperationEnabled.html">IsLogicOperationEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL LogicOpEnable</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_LogicOperation" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.LogicOperation">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.LogicOperation.html">LogicOperation</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_LOGIC_OP LogicOp</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_RenderTargetWriteMask" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.RenderTargetWriteMask">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.RenderTargetWriteMask.html">RenderTargetWriteMask</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_COLOR_WRITE_ENABLE RenderTargetWriteMask</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_SourceAlphaBlend" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.SourceAlphaBlend">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.SourceAlphaBlend.html">SourceAlphaBlend</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND SrcBlendAlpha</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_RenderTargetBlendDescription1_SourceBlend" data-uid="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.SourceBlend">
          <a class="xref" href="C1.Util.DX.Direct3D11.RenderTargetBlendDescription1.SourceBlend.html">SourceBlend</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_BLEND SrcBlend</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
