Initial commit - some engine bugs stopping compiling
This commit is contained in:
14
third-party/glad/test/c/compile/vulkan/default/001/test.c
vendored
Normal file
14
third-party/glad/test/c/compile/vulkan/default/001/test.c
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Full Vulkan
|
||||
*
|
||||
* GLAD: $GLAD --out-path=$tmp --api="vulkan" c --loader
|
||||
* COMPILE: $GCC $test -o $tmp/test -I$tmp/include $tmp/src/vulkan.c -ldl
|
||||
* RUN: $tmp/test
|
||||
*/
|
||||
|
||||
#include <glad/vulkan.h>
|
||||
|
||||
int main(void) {
|
||||
(void) gladLoaderLoadVulkan(NULL, NULL, NULL);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user