# HG changeset patch
# User Westerbly Snaydley <westerbly@gmail.com>
# Date 1599236403 18000
# Fri Sep 04 11:20:03 2020 -0500
# Node ID ef634f794e88e02c18adc7b063990107bc5466ec
# Parent a3a2d8ab5e85d4602b7c6c107c2817e69424fbdc
core: fixed static-compile-spirv interface match runtime variant
diff -r a3a2d8ab5e85 -r ef634f794e88 lib/scopes/core.sc
--- a/lib/scopes/core.sc Thu Sep 03 00:22:39 2020 +0200
+++ b/lib/scopes/core.sc Fri Sep 04 11:20:03 2020 -0500
@@ -5935,8 +5935,8 @@
_static-compile func (parse-compile-flags flags...)
inline static-compile-glsl (version target func flags...)
_static-compile-glsl version target func (parse-compile-flags flags...)
- inline static-compile-spirv (target func flags...)
- _static-compile-spirv target func (parse-compile-flags flags...)
+ inline static-compile-spirv (version target func flags...)
+ _static-compile-spirv version target func (parse-compile-flags flags...)
#-------------------------------------------------------------------------------
# function overloading
merged, thanks