![]() |
Qt 6.x
The Qt SDK
|
#include "vulkanwrapper.h"
#include <QImage>
#include <QVarLengthArray>
#include <QOpenGLContext>
#include <QtGui/qopengl.h>
#include <QtOpenGL/private/qvkconvenience_p.h>
#include <set>
#include <unistd.h>
#include <QDebug>
Go to the source code of this file.
Classes | |
struct | QueueFamilyIndices |
class | VulkanWrapperPrivate |
struct | VulkanImageWrapper |
Macros | |
#define | GL_GLEXT_PROTOTYPES |
#define | DECL_VK_FUNCTION(name) PFN_ ## name name = nullptr; |
#define | IMPL_VK_FUNCTION(name) |
Variables | |
static QT_BEGIN_NAMESPACE constexpr bool | vwExtraDebug = false |
Definition at line 26 of file vulkanwrapper.cpp.
#define GL_GLEXT_PROTOTYPES |
Definition at line 6 of file vulkanwrapper.cpp.
#define IMPL_VK_FUNCTION | ( | name | ) |
Definition at line 29 of file vulkanwrapper.cpp.
|
staticconstexpr |
Definition at line 24 of file vulkanwrapper.cpp.
Referenced by VulkanWrapperPrivate::VulkanWrapperPrivate(), and VulkanWrapperPrivate::createTextureImageFromData().