Correcting sokol-shdc naming...

@module doesn't work on all uniforms.. making it useless
This commit is contained in:
2025-02-13 16:08:52 -05:00
parent 10080190c8
commit d806fc6083
9 changed files with 51 additions and 50 deletions

View File

@@ -1,4 +1,5 @@
@module render_glyph
// module naming rules are currently dumb with shdc rn...
// @module render_glyph
@header package ve_sokol
@header import sg "thirdparty:sokol/gfx"
@@ -17,4 +18,4 @@ void main()
}
@end
@program render_glyph render_glyph_vs render_glyph_fs
@program ve_render_glyph render_glyph_vs render_glyph_fs