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
src_gui_vulkan_qvulkanwindow Namespace Reference

Classes

class  Renderer
 [0] More...
 
class  VulkanRenderer
 [0] More...
 
class  VulkanWindow
 

Functions

int main (int argc, char *argv[])
 

Variables

VkCommandBuffer commandBuffer
 
const VkRenderPassBeginInfo * renderPassBegin = nullptr
 
VkSubpassContents contents
 

Function Documentation

◆ main()

int src_gui_vulkan_qvulkanwindow::main ( int argc,
char * argv[] )

Definition at line 48 of file src_gui_vulkan_qvulkanwindow.cpp.

References app, QApplication::exec(), and qFatal.

+ Here is the call graph for this function:

Variable Documentation

◆ commandBuffer

VkCommandBuffer src_gui_vulkan_qvulkanwindow::commandBuffer

◆ contents

VkSubpassContents src_gui_vulkan_qvulkanwindow::contents

◆ renderPassBegin

const VkRenderPassBeginInfo* src_gui_vulkan_qvulkanwindow::renderPassBegin = nullptr