Add Std140Debug "example" (using OpenGL directly to debug stuff)
This commit is contained in:
5
examples/Std140Debug/xmake.lua
Normal file
5
examples/Std140Debug/xmake.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
target("Std140Debug")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraOpenGLRenderer")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user