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

Adds a vulkan triangle example

Uses xcb as WSI with minimum integration (resize, fullscreen, etc).
This commit is contained in:
Eduardo Lima Mitev
2016-09-23 09:21:58 +02:00
parent 7eadd11e3e
commit a731e75f93
6 changed files with 1476 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
all: Makefile
make -C render-nodes-minimal all
make -C vulkan-minimal all
make -C vulkan-triangle all
clean:
make -C render-nodes-minimal clean
make -C vulkan-minimal clean
make -C vulkan-triangle clean