forked from Lainports/freebsd-ports
Vulkan isn't used for generic compute workloads unlike OpenCL. For example, waifu2x-ncnn-vulkan is still graphics-related.
11 lines
262 B
C++
11 lines
262 B
C++
--- cube/cube.cpp.orig 2020-04-08 02:52:46 UTC
|
|
+++ cube/cube.cpp
|
|
@@ -2999,7 +2999,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPre
|
|
return (int)msg.wParam;
|
|
}
|
|
|
|
-#elif __linux__
|
|
+#elif __unix__
|
|
|
|
int main(int argc, char **argv) {
|
|
Demo demo;
|