saschawillems
|
a91be23d76
|
Self-contained model loading (from ASSIMP) for better comprehensibility
|
2017-02-10 21:27:23 +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 |
|
Patrick Lühne
|
031e58428c
|
Fixed unrecognized keyboard input in mesh example.
|
2016-08-15 01:45:20 +02:00 |
|
saschawillems
|
2e6e9d5eb2
|
VulkanDevice refactoring
|
2016-07-22 20:47:23 +02:00 |
|
saschawillems
|
8d7450dbf6
|
MeshLoader now uses VulkanDevice for creating buffers
|
2016-07-16 19:14:11 +02:00 |
|
saschawillems
|
332d4a6fef
|
Refactoring, added text overlay
|
2016-06-05 20:28:39 +02:00 |
|
saschawillems
|
44e26648e5
|
Wireframe toggle
|
2016-05-15 11:13:57 +02:00 |
|
saschawillems
|
ea084fccc3
|
Staging, optimizations and code cleanup for mesh loading example
|
2016-05-08 11:30:04 +02:00 |
|
saschawillems
|
4e689f3fee
|
Call example destructor on Android (Fixes #97)
|
2016-03-26 13:21:19 +01:00 |
|
saschawillems
|
edf195efb6
|
Android support for Vulkan demo scene (#97)
|
2016-03-23 21:45:43 +01:00 |
|
saschawillems
|
8ef51855eb
|
Android support for mesh example, some fixes for other android projects (#97)
|
2016-03-22 22:28:08 +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
|
94f6b4a074
|
Updated mesh shaders (better lighting with specular)
|
2016-02-24 23:26:49 +01:00 |
|
saschawillems
|
c91341813c
|
Added Vulkan examples sources!
|
2016-02-16 15:07:25 +01:00 |
|