![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qvulkanwindow_p.h"
#include "qvulkanfunctions.h"
#include "qvulkandefaultinstance_p.h"
#include <QLoggingCategory>
#include <QTimer>
#include <QThread>
#include <QCoreApplication>
#include <qevent.h>
#include "moc_qvulkanwindow.cpp"
Go to the source code of this file.
Functions | |
static VkDeviceSize | aligned (VkDeviceSize v, VkDeviceSize byteAlign) |
Variables | |
struct { | |
VkSampleCountFlagBits mask | |
int count | |
} | q_vk_sampleCounts [] |
|
inlinestatic |
Definition at line 1319 of file qvulkanwindow.cpp.
int count |
Definition at line 448 of file qvulkanwindow.cpp.
VkSampleCountFlagBits mask |
Definition at line 447 of file qvulkanwindow.cpp.
struct { ... } q_vk_sampleCounts |