如何配置才能使用 Vulkan-Hpp 的模块 #3941
-
除了 xrepo 的 Vulkan-HPP 需要添加 v1.3.256 外,还需要什么修改,才能用上 Vulkan-Hpp 的模块? import vulkan;
auto main(int argc, char* const argv[]) -> int
{
auto appInfo = vk::ApplicationInfo( "My App", 1, "My Engine", 1, vk::makeApiVersion( 1, 0, 0, 0 ) );
// ...
} |
Beta Was this translation helpful? Give feedback.
Answered by
star-hengxing
Jul 9, 2023
Replies: 1 comment
-
xrepo 不支持模块包,你可以参考 xmake 仓库 test 里是怎么用模块包的 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Latias94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xrepo 不支持模块包,你可以参考 xmake 仓库 test 里是怎么用模块包的