procedural-3d-engine/base
Wladimir J. van der Laan 1ed282d2ee base: Check for swapchain blit source feature instead of destination
As I understand it the goal is to use the swapchain image as a transfer
source (for taking screenshots), not as a transfer destination.
2017-10-09 15:47:50 +02:00
..
benchmark.hpp Reworked benchmark code, store per frame times (instead of iteration totals) 2017-08-28 20:48:52 +02:00
camera.hpp glm matrix initialization 2017-09-24 18:17:07 +02:00
CMakeLists.txt Static shared library 2017-08-19 10:53:28 +02:00
frustum.hpp Moved frustum class to vks namespace (Refs #260) 2017-02-12 13:37:12 +01:00
keycodes.hpp Updates to iOS and macOS functionality using MoltenVK. 2017-06-22 14:53:49 -04:00
threadpool.hpp fix error build 2017-03-18 19:30:26 +03:00
VulkanAndroid.cpp File name capitalization 2017-03-25 12:09:45 +01:00
VulkanAndroid.h File name capitalization 2017-03-25 12:09:45 +01:00
VulkanBuffer.hpp Initialize buffer and memory with VK_NULL_HANDLE 2017-04-16 13:39:36 +02:00
VulkanDebug.cpp Removed VK_LAYER_LUNARG_image (Android) [skip ci] 2017-03-13 19:32:23 +01:00
VulkanDebug.h File name capitalization 2017-03-25 12:09:45 +01:00
VulkanDevice.hpp Store enabled features in device class 2017-06-14 23:38:57 +02:00
vulkanexamplebase.cpp Changed mouse button handling, added mouse moved event 2017-10-05 21:22:10 +02:00
vulkanexamplebase.h Changed mouse button handling, added mouse moved event 2017-10-05 21:22:10 +02:00
VulkanFrameBuffer.hpp Set sampler max. anisotropy to 1.0f instead of 0.0f (valdidation) 2017-06-17 16:07:38 +02:00
VulkanHeightmap.hpp Moved heightmap to vks namespace (Refs #260) 2017-02-12 13:35:26 +01:00
VulkanInitializers.hpp Initialize sampler create info with maxAnisotropy of 1.0f (Validation) [skip ci] 2017-03-26 15:11:02 +02:00
VulkanModel.hpp Log android error if model couldn't be loaded from asset manager 2017-03-09 20:00:55 +01:00
VulkanSwapChain.hpp base: Check for swapchain blit source feature instead of destination 2017-10-09 15:47:50 +02:00
VulkanTextOverlay.hpp Set maxAnisotropy to 1.0f instead of 0.0f (Fixes validation errors, refs #277) 2017-06-01 22:32:39 +02:00
VulkanTexture.hpp Check if anisotropy is enabled (Fixes #336, Refs #277) 2017-06-14 23:39:41 +02:00
VulkanTools.cpp Silent error mode 2017-08-26 15:05:59 +02:00
VulkanTools.h Silent error mode 2017-08-26 15:05:59 +02:00