minimal compilation setups for Vulkan::Hpp and Vulkan::HppModule
This commit is contained in:
parent
fdc7404466
commit
a72b4466b3
3 changed files with 26 additions and 1 deletions
6
tests/vk_hpp.cpp
Normal file
6
tests/vk_hpp.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
int square(int i)
|
||||
{
|
||||
return i * i;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue