summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-options.cpp
diff options
context:
space:
mode:
authorSamuel Kogler <skogler@users.noreply.github.com>2023-03-16 19:05:33 +0100
committerGitHub <noreply@github.com>2023-03-16 11:05:33 -0700
commitb92f2805855282cb717c21345dab8ffdc3f1fdd2 (patch)
tree94eb39cf53114fa971917625d398eb03e1629b63 /source/slang/slang-options.cpp
parente960534a5b5a26a2b6d6c27586fc2dad88594b93 (diff)
Support GL_EXT_fragment_shader_barycentric (#2704)
* Support GL_EXT_fragment_shader_barycentric * Support pervertex with GL_EXT_fragment_shader_barycentric
Diffstat (limited to 'source/slang/slang-options.cpp')
-rw-r--r--source/slang/slang-options.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/slang-options.cpp b/source/slang/slang-options.cpp
index 60bc087de..fea9a1c71 100644
--- a/source/slang/slang-options.cpp
+++ b/source/slang/slang-options.cpp
@@ -712,9 +712,11 @@ struct OptionsParser
" code accordingly.\n"
" Currently defined capabilities are:\n"
"\n"
- " spriv_1_{0,1,2,3,4,5} - minimum supported SPIR-V version\n"
+ " spirv_1_{0,1,2,3,4,5} - minimum supported SPIR-V version\n"
" GL_NV_ray_tracing - enables the GL_NV_ray_tracing extension\n"
" GL_EXT_ray_tracing - enables the GL_EXT_ray_tracing extension\n"
+ " GL_NV_fragment_shader_barycentric - enables the GL_NV_fragment_shader_barycentric extension\n"
+ " GL_EXT_fragment_shader_barycentric - enables the GL_EXT_fragment_shader_barycentric extension\n"
"\n";
#undef EXECUTABLE_EXTENSION