Commit graph

17 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
9822cde6e2 Use new Vulkan texture class (Refs #260) 2017-02-09 21:55:35 +01:00
saschawillems
228572c063 Example setup 2016-09-04 14:28:43 +02:00
saschawillems
5e3b0f4b75 Compute raytracing basic camera movement 2016-09-02 20:13:12 +02:00
saschawillems
26c39e9c67 Fixed shadow back projections 2016-09-02 14:53:44 +02:00
saschawillems
eaf76fd6e7 Updated compute raytrace example. Pass scene primitives via SSBOs, shader tweaks, etc. 2016-09-01 22:55:57 +02:00
saschawillems
a104110b30 Refactored compute ray tracing example, use dedicated graphics queue if available 2016-08-20 12:02:02 +02:00
saschawillems
78736527ee Use vulkan result check macro, clean up resources 2016-08-13 18:57:22 +02:00
saschawillems
9a057f4146 Replaced example base memory type index function with function from VulkanDevice 2016-07-23 20:42:03 +02:00
saschawillems
dbf80b217c Use undefined initial image layout (fixes #187), added missing layout transition for compute texture target in ray tracing example 2016-06-22 20:30:14 +02:00
saschawillems
037804f3b9 Updated draw functions using base class frame prepare and submit 2016-06-21 21:55:31 +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
79b7fd440c Removed device wait idles (only uniform buffer used is coherent) 2016-05-20 23:15:06 +02:00
saschawillems
343a25cbed Small raytracing shader performance changes 2016-04-12 20:28:46 +02:00
saschawillems
a666ca7d3c Ray tracing shadows 2016-03-27 23:45:41 +02:00
saschawillems
d71a7e7d9a Initial commit for compute shader ray tracing example (work in progress) 2016-03-27 21:49:14 +02:00