Commit graph

19 commits

Author SHA1 Message Date
saschawillems
bb9310b94a Added starfield backdrop to instancing example 2017-01-08 12:27:03 +01:00
saschawillems
094ed4bccf Revised instancing example 2017-01-08 11:13:21 +01:00
saschawillems
e573a4c244 Use createBuffer function from Vulkan device class 2017-01-07 20:46:28 +01:00
saschawillems
2e5af6a9fb Replaced vkTools::UniformData with newer vk::Buffer for uniform buffers, some renaming, small fixes and corrections 2016-12-24 12:48:01 +01:00
saschawillems
fac6524564 Replaced main entry points with macro from example base 2016-12-13 19:25:56 +01:00
Shi Yan
9b5127f894 add direct to display wsi swapchain option
direct to display swapchain needs to be enabled at compile time with option -DUSE_D2D_WSI=ON

currently tested under linux
2016-11-04 14:04:34 -07:00
saschawillems
284465227a Text overlay, updated draw function, Vulkan result check macro 2016-06-05 19:27:35 +02:00
saschawillems
a704dfce1a Free instance and staging buffers (fixes #166), explicit memory flags on uniform buffer creation 2016-05-30 21:08:09 +02:00
saschawillems
75a6f46c4a Use Vulkan result check macro, removed unused functionality from tools and base class 2016-05-30 20:57:38 +02:00
saschawillems
77bb8cf68b Corrected memory property flag for staging target buffer 2016-04-21 20:56:04 +02:00
saschawillems
6d54900c4d Corrected usage flag for instancing buffer 2016-04-17 13:51:16 +02:00
saschawillems
8e2115a0d4 Updated instancing example, using instanced attributes (instead of one big ubo), staging, new meshes, etc. 2016-04-17 12:30:42 +02:00
saschawillems
4e689f3fee Call example destructor on Android (Fixes #97) 2016-03-26 13:21:19 +01:00
saschawillems
fd18bd8084 Added android support for gears, geometryshader, instancing and occlusion query examples (#97) 2016-03-25 19:43:01 +01:00
saschawillems
403d851d63 Force glm clip space to 0..1 (Fixes #18, Fixes #45) 2016-03-08 21:52:40 +01:00
saschawillems
e77884d5bb Use glm::radians instead of deg_to_rad (Fixes #37) 2016-03-08 20:59:25 +01:00
saschawillems
8cd5041111 Use application wide submit info and semaphores (Fixes #66, Fixes #65, Fixes#60), removed no longer functional code loading GLSL (Fixes #62) 2016-03-06 20:15:05 +01:00
Justin Li
311f223e10 Don't set flags on VkSemaphoreCreateInfo 2016-03-06 01:20:03 -05:00
saschawillems
c91341813c Added Vulkan examples sources! 2016-02-16 15:07:25 +01:00