Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvulkanwindow.cpp File Reference
#include "qvulkanwindow_p.h"
#include "qvulkanfunctions.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()

static VkDeviceSize aligned ( VkDeviceSize  v,
VkDeviceSize  byteAlign 
)
inlinestatic

Definition at line 1319 of file qvulkanwindow.cpp.

Variable Documentation

◆ count

int count

Definition at line 450 of file qvulkanwindow.cpp.

◆ mask

VkSampleCountFlagBits mask

Definition at line 449 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 }
}