Skip to content

DirectCompute support #27

Description

Similar to the IEffect interface and the built-in shaders, we could create a set of DirectCompute shaders as well--which is easier done with DirectX Tool Kit for DX12 since all supported feature levels can do DirectCompute 5.0 or better.

Possible built-in compute shaders:

  • AdaptExposure
  • Ambient occlusion
  • Average luminance
  • Bitonic sort
  • Bloom
  • Blur
  • Depth-of-field
  • FXAA
  • Histogram
  • Motion blur

A number of these fall into the existing PostProcess class, but would do it via DirectCompute instead of a Pixel shader.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions