Skip to content

Commit

Permalink
Use WARP for raytracing screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 19, 2024
1 parent f108922 commit 94e138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Raytracing/kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project.addDefine('KOPE_NVAPI');*/

if (Options.screenshot) {
project.addDefine('SCREENSHOT');
//project.addDefine('KOPE_D3D12_FORCE_WARP');
project.addDefine('KOPE_D3D12_FORCE_WARP');
}

project.flatten();
Expand Down

0 comments on commit 94e138d

Please sign in to comment.