mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
Correcting sokol-shdc naming...
@module doesn't work on all uniforms.. making it useless
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user