Add UVs to vert shader
This commit is contained in:
parent
ea9a94dc08
commit
8675683d10
4 changed files with 139 additions and 29 deletions
2
Makefile
2
Makefile
|
|
@ -5,4 +5,4 @@ CFLAGS=-I./include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/inclu
|
|||
.PHONY: hexnando
|
||||
|
||||
hexnando: main.cpp
|
||||
g++ -std=c++20 -Wall -g -Wextra -pedantic -Werror -Wno-calloc-transposed-args -Og main.cpp ${LINK_FLAGS} ${CFLAGS} -o hexnando
|
||||
g++ -std=c++20 -Wall -g -Wextra -pedantic -Werror -Wno-calloc-transposed-args -Wno-return-type -Wno-unused-parameter -Og main.cpp ${LINK_FLAGS} ${CFLAGS} -o hexnando
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue