saschawillems
|
68692367e0
|
Replaced text overlay with proper UI overlay
|
2017-11-01 14:22:10 +01:00 |
|
saschawillems
|
cd8274c294
|
glm matrix initialization
|
2017-09-24 18:17:07 +02:00 |
|
saschawillems
|
0c1c89c3cb
|
Code cleanup (Refs #95)
|
2017-04-16 13:09:08 +02:00 |
|
saschawillems
|
27a1e15ce4
|
Correction for required device features
|
2017-03-17 20:48:13 +01:00 |
|
saschawillems
|
622a503f90
|
Added ETC2 and ASTC texture variants (Refs #174), check device features
|
2017-03-17 18:21:15 +01:00 |
|
saschawillems
|
1309ee0ef9
|
Moved tool functions to vks namespace (Refs #260)
|
2017-02-12 13:10:05 +01:00 |
|
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
|
7e43a55a76
|
Removed old mesh loader, replaced with new model loader and vertex layout class in all examples (Refs #260)
|
2017-02-11 14:18:24 +01:00 |
|
saschawillems
|
9822cde6e2
|
Use new Vulkan texture class (Refs #260)
|
2017-02-09 21:55:35 +01:00 |
|
saschawillems
|
8d3fe738c3
|
Fixed compiler warnings
|
2017-01-22 12:28:55 +01:00 |
|
saschawillems
|
ed35ba7b71
|
Code cleanup
|
2016-12-25 13:05:35 +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
|
401369f716
|
Removed function to get enabled features, features can be set directly in derived constructor due to new explicit Vulkan initialization
|
2016-12-14 21:38:45 +01:00 |
|
saschawillems
|
ca27585ee6
|
Enabled required features for displacement example, recompiled tessellation shaders with recent glslang compiler
|
2016-12-14 20:49:30 +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 |
|
Laurent Carlier
|
6b259a22e8
|
Use keycodes intead of hardcoded values
Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
|
2016-08-11 14:24:32 +02:00 |
|
saschawillems
|
2ec1a60535
|
Updated displacement example
|
2016-06-06 14:28:13 +02:00 |
|
saschawillems
|
04a31f9db4
|
Refactoring, use Vulkan result check macro
|
2016-06-06 11:35:04 +02:00 |
|
saschawillems
|
ab8be6731b
|
Check tessellation support
|
2016-04-24 10:30:45 +02:00 |
|
saschawillems
|
4e689f3fee
|
Call example destructor on Android (Fixes #97)
|
2016-03-26 13:21:19 +01:00 |
|
saschawillems
|
c6bdca128a
|
Added android support for deferred, displacement and spherical environment mapping examples (#97)
|
2016-03-25 14:12:17 +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 |
|