summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/d3d/d3dhlsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/d3d/d3dhlsl.h')
-rw-r--r--src/osd/modules/render/d3d/d3dhlsl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/osd/modules/render/d3d/d3dhlsl.h b/src/osd/modules/render/d3d/d3dhlsl.h
index 738d77330f7..8851531678e 100644
--- a/src/osd/modules/render/d3d/d3dhlsl.h
+++ b/src/osd/modules/render/d3d/d3dhlsl.h
@@ -81,7 +81,9 @@ public:
CU_PHOSPHOR_IGNORE,
CU_POST_VIGNETTING,
- CU_POST_CURVATURE,
+ CU_POST_DISTORTION,
+ CU_POST_CUBIC_DISTORTION,
+ CU_POST_DISTORT_CORNER,
CU_POST_ROUND_CORNER,
CU_POST_SMOOTH_BORDER,
CU_POST_REFLECTION,
@@ -197,7 +199,9 @@ struct hlsl_options
float shadow_mask_v_size;
float shadow_mask_u_offset;
float shadow_mask_v_offset;
- float curvature;
+ float distortion;
+ float cubic_distortion;
+ float distort_corner;
float round_corner;
float smooth_border;
float reflection;