FlipY texture flag, display world texture atlas
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#define FLAG_LINEAR (1<<4)
|
||||
#define FLAG_IMGUI_FONT (1<<5)
|
||||
#define FLAG_FLIP_Y (1<<6)
|
||||
|
||||
uniform sampler2D tex;
|
||||
uniform int flags;
|
||||
|
||||
Reference in New Issue
Block a user