Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvulkanwindow.cpp File Reference

(38de2c9532d1ae2fa57ad25b088a88dc6eb27769)

#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 1323 of file qvulkanwindow.cpp.

Variable Documentation

◆ count

int count

Definition at line 449 of file qvulkanwindow.cpp.

◆ mask

VkSampleCountFlagBits mask

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