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
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.

Variable Documentation

◆ commandBuffer

VkCommandBuffer src_gui_vulkan_qvulkanwindow::commandBuffer

Definition at line 8 of file src_gui_vulkan_qvulkanwindow.cpp.

◆ contents

VkSubpassContents src_gui_vulkan_qvulkanwindow::contents

Definition at line 10 of file src_gui_vulkan_qvulkanwindow.cpp.

◆ renderPassBegin

const VkRenderPassBeginInfo * src_gui_vulkan_qvulkanwindow::renderPassBegin = nullptr

Definition at line 9 of file src_gui_vulkan_qvulkanwindow.cpp.