From 8d72aba9e3358fdf51578533ab7f46602f7fd103 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Sun, 12 Feb 2017 15:08:52 +0100 Subject: Introduce QVulkanWindow A convenience subclass of QWindow that provides a Vulkan-capable window with a double-buffered FIFO swapchain. While advanced use cases are better served by a custom QWindow subclass, many applications can benefit from having a convenient helper that makes getting started easier. Add also three examples of increasing complexity, and a variant that shows embeddeding into widgets via QWindowContainer. [ChangeLog][QtGui] Added QVulkanWindow, a convenience subclass of QWindow. Task-number: QTBUG-55981 Change-Id: I6cdc9ff1390ac6258e278377233fd369a0bfeddc Reviewed-by: Andy Nichols --- examples/vulkan/hellovulkantexture/texture_vert.spv | Bin 0 -> 968 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/vulkan/hellovulkantexture/texture_vert.spv (limited to 'examples/vulkan/hellovulkantexture/texture_vert.spv') diff --git a/examples/vulkan/hellovulkantexture/texture_vert.spv b/examples/vulkan/hellovulkantexture/texture_vert.spv new file mode 100644 index 0000000000..6292c0de31 Binary files /dev/null and b/examples/vulkan/hellovulkantexture/texture_vert.spv differ -- cgit v1.2.3