diff options
author | amy <[email protected]> | 2023-05-16 11:33:15 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-16 11:33:15 +0000 |
commit | 15a65db6a1bf6fd33a5496988501e6b8670e0191 (patch) | |
tree | 4a5850e82dc9eb1773a9f3adc0aeb8be783546b1 /readme.md | |
parent | e5bdf615e60d3aeaf141750c034fa1629957ffbb (diff) |
poly-trans (almost) fully working
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,7 @@ optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math` -build flags : -Dmemory_trace -Dstfu -D_debug -Dmemory_count +build flags : -Dmemory_trace -Dstfu -D__debug -Dmemory_count # todo @@ -9,8 +9,6 @@ build flags : -Dmemory_trace -Dstfu -D_debug -Dmemory_count - color triangles (more detailed) -- separate alloc tracing, and counting - - animations - simple transparency |