![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "vulkanserverbufferintegration.h"
#include "vulkanwrapper.h"
#include <QtOpenGL/QOpenGLTexture>
#include <QtGui/QOpenGLContext>
#include <QtGui/QOffscreenSurface>
#include <QtGui/qopengl.h>
#include <unistd.h>
#include <fcntl.h>
#include <QtCore/QDebug>
Go to the source code of this file.
Classes | |
struct | VulkanServerBufferGlFunctions |
class | CurrentContext |
Macros | |
#define | DECL_GL_FUNCTION(name, type) |
#define | FIND_GL_FUNCTION(name, type) |
Variables | |
static QT_BEGIN_NAMESPACE constexpr bool | vsbiExtraDebug = false |
static VulkanServerBufferGlFunctions * | funcs = nullptr |
Definition at line 21 of file vulkanserverbufferintegration.cpp.
|
static |
Definition at line 54 of file vulkanserverbufferintegration.cpp.
Referenced by VulkanServerBufferGlFunctions::create(), and VulkanServerBuffer::toOpenGlTexture().
|
staticconstexpr |
Definition at line 19 of file vulkanserverbufferintegration.cpp.