microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
5.88k stars 2k forks source link

D3D12RaytracingMiniEngineSample custom amount of rays #841

Open pogrammerX opened 9 months ago

pogrammerX commented 9 months ago

Howdy, i was wondering if i could set a custom amount of rays in the "D3D12RaytracingMiniEngineSample" sample, does it do as many as it can do or is there a number which defines it?

Cheers