Add Std140Debug "example" (using OpenGL directly to debug stuff)

This commit is contained in:
Jérôme Leclercq
2021-05-26 22:23:30 +02:00
parent d2734d4f4b
commit 392a23eeb1
3 changed files with 182 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
target("Std140Debug")
set_group("Examples")
set_kind("binary")
add_deps("NazaraOpenGLRenderer")
add_files("main.cpp")