1
0
mirror of https://github.com/elima/gpu-playground.git synced 2026-08-11 16:33:00 +00:00

Adds a vulkan minimal example

This commit is contained in:
Eduardo Lima Mitev
2016-09-22 10:24:42 +02:00
parent f6e835d449
commit 7eadd11e3e
6 changed files with 1013 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
all: Makefile
make -C render-nodes-minimal all
make -C vulkan-minimal all
clean:
make -C render-nodes-minimal clean
make -C vulkan-minimal clean