We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void shaderc_compile_options_set_vulkan_rules_relaxed
1 parent 2eb0a8b commit 72381d6Copy full SHA for 72381d6
1 file changed
libshaderc/src/shaderc.cc
@@ -578,11 +578,6 @@ void shaderc_compile_options_set_vulkan_rules_relaxed(
578
options->compiler.SetVulkanRulesRelaxed(enable);
579
}
580
581
-void shaderc_compile_options_set_vulkan_rules_relaxed(
582
- shaderc_compile_options_t options, bool enable) {
583
- options->compiler.SetVulkanRulesRelaxed(enable);
584
-}
585
-
586
void shaderc_compile_options_set_invert_y(shaderc_compile_options_t options,
587
bool enable) {
588
options->compiler.EnableInvertY(enable);
0 commit comments