saschawillems
|
8a90eba81f
|
mem type index, typo
|
2016-06-05 18:22:20 +02:00 |
|
saschawillems
|
3e6acbe5f7
|
Correct color attachment image layout transition aspect flags
|
2016-06-05 17:46:28 +02:00 |
|
saschawillems
|
953d77803f
|
Removed offscreen texture target, sample directly from framebuffer color attachment
|
2016-06-05 17:35:21 +02:00 |
|
saschawillems
|
e6afe5d1be
|
Additional semaphore to synchronize offscreen and final render (Refs #70)
|
2016-06-05 17:19:24 +02:00 |
|
saschawillems
|
598b904a60
|
Cleaneer descriptor set layout and pipeline naming, enabled culling, fixed validation warnings for image extents
|
2016-06-01 22:50:00 +02:00 |
|
saschawillems
|
ee8478cdec
|
Enabled text overlay, code cleanup, refactoring, gl_PerVertex output for shaders
|
2016-06-01 21:55:10 +02:00 |
|
Sascha Willems
|
6a4345c3e1
|
Merge pull request #101 from 1ace/remove-vk-prototype
Remove VK_PROTOTYPES define
|
2016-03-27 13:30:31 +02:00 |
|
saschawillems
|
4e689f3fee
|
Call example destructor on Android (Fixes #97)
|
2016-03-26 13:21:19 +01:00 |
|
saschawillems
|
c69af6cdca
|
Added android support for bloom, computeshader and offscreen examples (#97)
|
2016-03-24 23:07:14 +01:00 |
|
Eric Engestrom
|
caabf520f2
|
Remove VK_PROTOTYPES
This guard macro was inverted shortly before the release;
use VK_NO_PROTOTYPES when you do *not* want the prototypes.
|
2016-03-22 00:25:50 +00:00 |
|
saschawillems
|
72e6cd8ee5
|
Fixed image layout transitions and initial layouts and command buffer submissions for offscreen examples
|
2016-03-13 16:04:39 +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
|
db2599dd4d
|
Corrected texture target image barriers (dst instead of src)
|
2016-03-01 19:00:31 +01:00 |
|
saschawillems
|
97485ab357
|
Fixed depth format selection. Fixes #13, Fixes #19
|
2016-02-18 22:09:47 +01:00 |
|
saschawillems
|
c91341813c
|
Added Vulkan examples sources!
|
2016-02-16 15:07:25 +01:00 |
|