(b80b8ec9213e404062e449c7baad6db00483aef2)
#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.
◆ DECL_VK_FUNCTION
#define DECL_VK_FUNCTION |
( |
| name | ) |
|
◆ GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES |
◆ IMPL_VK_FUNCTION
#define IMPL_VK_FUNCTION |
( |
| name | ) |
|
Value: name =
reinterpret_cast<PFN_ ##
name>(f_glGetVkProcAddrNV(#
name)); \
qCritical() <<
"ERROR in Vulkan proc lookup. Could not find " #
name; \
}
Definition at line 29 of file vulkanwrapper.cpp.
◆ vwExtraDebug