particles render without texture filter

This commit is contained in:
2024-11-07 16:24:07 -06:00
parent 413812b249
commit 03b4f9b52e
3 changed files with 26 additions and 20 deletions

View File

@@ -35,6 +35,7 @@ in vec4 color0;
out vec4 color;
texture2D diffuse;
@sampler_type smp nonfiltering
sampler smp;
void main()