Commit graph

16 commits

Author SHA1 Message Date
saschawillems
175b15da51 Use VulkanDevice for buffer allocations, check anisotropic sampling feature, compiler warnings, comments and code improvements 2016-07-24 21:19:28 +02:00
saschawillems
9a057f4146 Replaced example base memory type index function with function from VulkanDevice 2016-07-23 20:42:03 +02:00
saschawillems
82242e61de Cleaned up image layouts, pass subresourcerange, use undefined image layout for optimal tiled images (refs #187) 2016-06-21 20:36:54 +02:00
saschawillems
0b972e51a4 Inherited key handler (Android buttons), dipslay lod level on text overlay 2016-06-04 12:03:54 +02:00
saschawillems
1b335ad2c8 Added wrapper for frame preparation and submission, including semaphore selection and text overlay 2016-05-15 20:11:28 +02:00
saschawillems
cb96eaf6bd Updated texture example using different texture and lighting (diffuse + specular) 2016-05-14 15:54:20 +02:00
saschawillems
ab54c8d49d Use vulkan result check macro 2016-05-14 13:50:10 +02:00
saschawillems
ab26d105da Copy texture data from buffer instead of linear image and some small fixes and code cleanups (#140) 2016-04-29 21:49:37 +02:00
saschawillems
4e689f3fee Call example destructor on Android (Fixes #97) 2016-03-26 13:21:19 +01:00
saschawillems
786e43384d Android support for texture example (#97) 2016-03-21 22:41:27 +01:00
saschawillems
a3ae911e27 Set mip level count on image barrier subresource, set initial layout to preinitialized (#29) 2016-03-13 13:03:04 +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