Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qvulkanwindow.cpp File Reference

(d08f1d7dbc7b3fc23b81db1ded3314c1cf0dfeb2)

#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"
Include dependency graph for 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 []

Function Documentation

◆ aligned()

VkDeviceSize aligned ( VkDeviceSize v,
VkDeviceSize byteAlign )
inlinestatic

Definition at line 1319 of file qvulkanwindow.cpp.

Variable Documentation

◆ count

int count

Definition at line 448 of file qvulkanwindow.cpp.

◆ mask

VkSampleCountFlagBits mask

Definition at line 447 of file qvulkanwindow.cpp.

◆ [struct]

struct { ... } q_vk_sampleCounts
Initial value:
= {
{ VK_SAMPLE_COUNT_1_BIT, 1 },
{ VK_SAMPLE_COUNT_2_BIT, 2 },
{ VK_SAMPLE_COUNT_4_BIT, 4 },
{ VK_SAMPLE_COUNT_8_BIT, 8 },
{ VK_SAMPLE_COUNT_16_BIT, 16 },
{ VK_SAMPLE_COUNT_32_BIT, 32 },
{ VK_SAMPLE_COUNT_64_BIT, 64 }
}