Skip to content

Direct3D 12 SDK Samples Release 10.0.17134.0

Compare
Choose a tag to compare
@pkristof pkristof released this 14 May 19:49
· 452 commits to master since this release
94ec0f0
  • New library: D3D12RaytracingFallback is a library that implements a compute based emulation of DirectX Raytracing.
  • New samples:
    • D3D12Raytracing - a set of samples that demonstrate DirectX Raytracing, as well as provide an implementation via Raytracing Fallback Layer to support a wider set of Dx12 hardware.
    • D3D12xGPU - a sample that demonstrates handling and surviving GPU adapter removal and GPU adapter selection based on performance/battery preferences.
  • Updated d3dx12.h
  • Samples updated to use 17134 Windows SDK (Windows 10 April Update)
  • Sample framework updates