vulkan-headers/tests/vk_hpp.cpp

6 lines
No EOL
69 B
C++

#include <vulkan/vulkan.hpp>
int square(int i)
{
return i * i;
}