Releases: GPUOpen-LibrariesAndSDKs/WorkGraphsDirectX-Graphics-Samples
D3D12SimpleClassify 1.1
D3D12SimpleClassify 1.0
Background
In June, Microsoft released a preview of a new addition to the DirectX 12 API – GPU Work Graphs. At the same time, AMD released a simple sample application and a driver supporting the exiting new feature.
D3D12SimpleClassify
Today, we are releasing a fork of Microsoft’s DirextX-Graphics-Samples GitHub repository which adds a new sample application which uses this feature.
Why?
The purpose of this sample is to provide a simple example of a classify-execute scenario for Work Graphs. This sample is also being announced in a GPUOpen blog post explaining the sample and announcing RGP support for the Work Graphs feature. For more information describing the sample, please visit the readme.md document for the sample in the Samples/Desktop/D3D12GPUWorkGraphs/SimpleClassify
directory.