mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 00:10:21 +08:00
7 lines
86 B
C++
7 lines
86 B
C++
|
#include <vulkan/vulkan.h>
|
||
|
|
||
|
int main(int /*argc*/, char** /*argv*/)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|