Contents Menu Expand Light mode Dark mode Auto light/dark mode
d3d11 samples ドキュメント
d3d11 samples ドキュメント
  • basic
    • CreateWindow
    • CreateDevice
    • CreateSwapChain
    • RTV from SwapChain
    • Dear ImGui
    • ImGui + Dockspace
    • RTV from Texture
  • Pipeline
    • CompileShader
    • Shader Reflection
    • Basic Pipeline
    • Constant Buffer
    • Texture
    • InputAssembler
    • BlendState
    • MipMap
    • DXSAS
    • PostEffect
  • 2次元
  • 3次元
    • 仕様決め
    • Orbit Camera
    • Depth Test
    • SceneGraph
    • TinyGizmo
    • glTF
    • Shading
      • Phong reflection model: ADS(Ambient Diffuse Specular)
      • Tangent Space Lighting
      • Physically Based Rendering
  • todo

BlendState¶

乗算済みアルファブレンド¶

  • DirectX11で乗算済みアルファ合成を実現する方法

Next
MipMap
Previous
InputAssembler
Copyright © 2021, ousttrue | Created using Sphinx and @pradyunsg's Furo theme. | ソースコードを表示
コンテンツ
  • BlendState
    • 乗算済みアルファブレンド