Commit graph

15 commits

Author SHA1 Message Date
saschawillems
b31d773b93 Moved Initializers to vks namespce (Refs #260) 2017-02-12 11:12:42 +01:00
saschawillems
776b6f0106 Moved VulkanBuffer to vks namespce (Refs #260) 2017-02-12 10:44:51 +01:00
saschawillems
42e3bc1f6b Use new model loader class (Refs #260), moved vertex input states to pipeline creation, refactoring 2017-02-11 10:15:53 +01:00
saschawillems
9822cde6e2 Use new Vulkan texture class (Refs #260) 2017-02-09 21:55:35 +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
52a7da9ace Refactored particle fire example 2016-06-05 20:14:04 +02:00
saschawillems
4e689f3fee Call example destructor on Android (Fixes #97) 2016-03-26 13:21:19 +01:00
saschawillems
a6e13b907f Android support for particle fire example (#97) 2016-03-23 23:02:10 +01:00
saschawillems
9c891b8273 Particle fire system minor changes, added screenshot 2016-03-19 20:02:30 +01:00
saschawillems
25c38e7312 Store and reuse pointer to mapped particle memory instead of mapping/unmapping each frame, refactoring 2016-03-17 20:28:07 +01:00
saschawillems
598da3670e Custom sampler for particle textures 2016-03-15 22:53:23 +01:00
saschawillems
e9784afba4 Added cpu based fire particle system (wip) 2016-03-15 22:38:32 +01:00