nir: add clamp_color_enabled intrinsic

This commit is contained in:
antonino 2023-08-01 15:28:41 +02:00 committed by Anna Maniscalco
parent 4f4ca234cc
commit fcf9161909

View file

@ -1048,6 +1048,8 @@ system_value("frag_invocation_count", 1)
# Whether smooth lines or polygon smoothing is enabled
system_value("poly_line_smooth_enabled", 1, bit_sizes=[1])
system_value("clamp_color_enabled", 1)
# System values for ray tracing.
system_value("ray_launch_id", 3)
system_value("ray_launch_size", 3)