saschawillems
381f568b07
Replaced some C casts with C++ style casts
2016-08-02 20:41:16 +02:00
saschawillems
a8d3e74734
Updated debug callback, added more message prefixes and some comments (also fixes
2016-06-08 22:41:29 +02:00
saschawillems
4dabec717b
Debug marker functions naming
2016-05-28 12:00:43 +02:00
saschawillems
86d286b46e
Replaced template for debug marker with functions (would not build with Android NDK and clang)
2016-05-22 20:29:03 +02:00
saschawillems
dcca2db9df
Partial merge branch 'add-debug-marker-use' of https://github.com/baldurk/Vulkan into baldurk-add-debug-marker-use (Refs #146 )
2016-05-22 12:44:29 +02:00
saschawillems
96df99f1f2
Fixing Android build error and warnings
2016-05-20 20:21:06 +02:00
saschawillems
a7a1a8aed4
Destroy debug callback ( Fixes #15 )
2016-05-19 22:21:57 +02:00
baldurk
6362d7c216
Add utility functions to wrap up use of VK_EXT_debug_marker
...
* vkDebug::DebugMarkerRegion adds automatically scoped region markers
* vkDebug::insertDebugMarker() inserts a label in a command buffer
* vkDebug::SetObjectName() names any vulkan object with a friendly name
2016-05-07 14:05:56 +02:00
saschawillems
def86e02f0
Check debug message callback against VK_NULL_HANDLE (fixes defunct android build)
2016-04-15 20:57:34 +02:00
saschawillems
a6a327efe6
Updated to SDK 1.0.8
2016-04-09 14:20:57 +02:00
saschawillems
9b198678da
Updated validation layer names to SDK 1.0.5
2016-03-13 12:15:00 +01:00
saschawillems
28e486083e
Android compatibility for vulkandebug
2016-03-05 11:45:35 +01:00
Sascha Willems
196fbd770c
Use flags from parameter, fixes #41
2016-02-23 13:45:51 +01:00
saschawillems
c91341813c
Added Vulkan examples sources!
2016-02-16 15:07:25 +01:00