aboutsummaryrefslogtreecommitdiff
path: root/glslc/test/parameter_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'glslc/test/parameter_tests.py')
-rw-r--r--glslc/test/parameter_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/glslc/test/parameter_tests.py b/glslc/test/parameter_tests.py
index ff450b1..cbb6f11 100644
--- a/glslc/test/parameter_tests.py
+++ b/glslc/test/parameter_tests.py
@@ -61,6 +61,9 @@ Options:
Treat subsequent input files as having stage <stage>.
Valid stages are vertex, fragment, tesscontrol, tesseval,
geometry, and compute.
+ -fentry-point=<name>
+ Specify the entry point name for HLSL compilation, for
+ all subsequent source files. Default is "main".
-g Generate source-level debug information.
Currently this option has no effect.
--help Display available options.