Add basic testgles2_sdf program to demonstrate sign distance field with opengles2

This commit is contained in:
Sylvain Becker
2021-01-19 10:40:42 +01:00
parent e1d932f8b6
commit 0e7d435f13
4 changed files with 805 additions and 0 deletions

View File

@@ -170,6 +170,9 @@ testgles$(EXE): $(srcdir)/testgles.c
testgles2$(EXE): $(srcdir)/testgles2.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) @MATHLIB@
testgles2_sdf$(EXE): $(srcdir)/testgles2_sdf.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) @MATHLIB@
testhaptic$(EXE): $(srcdir)/testhaptic.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)