adding fence, semaphore, device and validation layers support
This commit is contained in:
10
sandbox/Makefile
git.filemode.normal_file
10
sandbox/Makefile
git.filemode.normal_file
@@ -0,0 +1,10 @@
|
||||
NAME = ./test
|
||||
|
||||
CC = clang
|
||||
|
||||
all : $(NAME)
|
||||
|
||||
$(NAME):
|
||||
$(CC) -o $(NAME) main.c -lvulkan -lSDL2 -g
|
||||
|
||||
.PHONY: all
|
||||
Reference in New Issue
Block a user