adding pixel put pipeline

This commit is contained in:
2023-03-31 22:16:21 +02:00
parent 3b29305936
commit 88404afb2b
23 changed files with 8443 additions and 165 deletions

View File

@@ -1 +1 @@
clear && gcc main.c ../libmlx.so -lSDL2 && ./a.out
clang main.c ../libmlx.so -lSDL2 -g && ./a.out