Skip to content

Commit b6f417e

Browse files
Merge branch 'bool-in-raytrace-args' into 'main'
Remove bool usage in raytrace_args See merge request lightspeedrtx/dxvk-remix-nv!1617
2 parents 05469fb + 3d2d1f4 commit b6f417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dxvk/shaders/rtx/pass/raytrace_args.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ struct RaytraceArgs {
210210
uint32_t clearColorPicking;
211211

212212
uint enableDLSSRR;
213-
bool setLogValueForDisocclusionMaskForDLSSRR;
213+
uint setLogValueForDisocclusionMaskForDLSSRR;
214214

215215
// NOTE: Variables need to be in groups of 4x32 bits above this comment.
216216

0 commit comments

Comments
 (0)