mirror of
https://github.com/elima/gpu-playground.git
synced 2026-08-11 16:33:00 +00:00
a731e75f93
Uses xcb as WSI with minimum integration (resize, fullscreen, etc).
10 lines
210 B
Makefile
10 lines
210 B
Makefile
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
|