We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note
Tracking issue, closes #351
This meta issue is for tracking all work related to adding support for D2D compute shaders. See MS docs on D2D compute shaders for further reference.
There's extensive work that will be needed to add full support, so it's being split into different milestones.
ComputeShaderEffect
ID2D1EffectImpl
ID2D1ComputeTransform
ID2D1ComputeShader
D2D1ComputeShaderEffect
ThreadIds
ComputeShaderEffect<T>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note
Tracking issue, closes #351
Description
This meta issue is for tracking all work related to adding support for D2D compute shaders.
See MS docs on D2D compute shaders for further reference.
Planned work
There's extensive work that will be needed to add full support, so it's being split into different milestones.
Milestone 1 (prototype):
ComputeShaderEffect
native object that implementsID2D1EffectImpl
andID2D1ComputeTransform
ID2D1ComputeShader
interface with appropriate hooksD2D1ComputeShaderEffect
interop API with methods to register shaders and whatnotMilestone 2 (projection/generator support):
ThreadIds
APIs as for DX12 shadersMilestone 3 (Win2D interop):
ComputeShaderEffect<T>
effect for Win2D interopThe text was updated successfully, but these errors were encountered: