gpt4 book ai didi

c++ - 找不到 Qt vulkan 类

转载 作者:太空宇宙 更新时间:2023-11-04 12:53:53 25 4
gpt4 key购买 nike

使用 Qt 5.10 和 qmake 3.1,我的编译器给出了这个输出:

expected class-name before ‘{’ token

我的代码:

#include <vulkan/vulkan.hpp>
#include <QVulkanWindow>

class VulkanRenderer : public QVulkanWindow
{
Q_OBJECT
public:
VulkanRenderer();

~VulkanRenderer();
private:
};

我还在我的 .pro 文件中添加了行 CONFIG += vulkan

最佳答案

来自docs :

Vulkan support may get automatically disabled for a given Qt build due to not having the necessary Vulkan headers available at build time. When this is the case, and the output of configure indicates Vulkan support is disabled, the QVulkan* classes will be unavailable.

确保不是这种情况。

This blog似乎详细介绍了如何解决此问题。

检查您是否安装了 Vulkan SDK 并设置了 VULKAN_SDK 环境变量。

关于c++ - 找不到 Qt vulkan 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47617185/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com