Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Unify class VulkanSample and HPPVulkanSample.
Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Fix typo.
Adjust hpp_timestamp_queries and oit_depth_peeling.
Fix color_write_enable.
Fix validation errors in timeline_semaphores sample (KhronosGroup#927)
* Fix validation errors in timeline_semaphores sample
The command buffer was being implicitly reset, but wasn't resettable.
* Review feedback addressed
Used a much simpler approach to resolve the error
Allow explicit skips in batch mode (KhronosGroup#914)
* Allow explicit skips in batch mode
* Fix bug in CLI11 wrapper that inhibits multi-value flag parsing
Unify class VulkanSample and HPPVulkanSample.
Unify class VulkanSample and HPPVulkanSample.
Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Introduce enum class vkb::BindingType to select between C- and C++-bindings of vulkan; replaces the boolean template parameter of VulkanSample.
Adjustments after rebasing.
Update vulkan
Adjustments due to rebasing.
Unify class VulkanSample and HPPVulkanSample.
Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Unify class VulkanSample and HPPVulkanSample.
Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Fix typo.
Adjust hpp_timestamp_queries and oit_depth_peeling.
Fix color_write_enable.
Fix validation errors in timeline_semaphores sample (KhronosGroup#927)
* Fix validation errors in timeline_semaphores sample
The command buffer was being implicitly reset, but wasn't resettable.
* Review feedback addressed
Used a much simpler approach to resolve the error
Allow explicit skips in batch mode (KhronosGroup#914)
* Allow explicit skips in batch mode
* Fix bug in CLI11 wrapper that inhibits multi-value flag parsing
Unify class VulkanSample and HPPVulkanSample.
Unify class VulkanSample and HPPVulkanSample.
Introduce type aliases on conditional types; refactor dual interface functions to single ones using those conditional types.
Plus slightly adjust a few functions in VulkanSample for consistency.
Fix indentation in CMakeLists.txt; simplify body of VulkanSample::create_instance; fix device usage in profiles sample
Introduce Parent for class VulkanSample.
Introduce enum class vkb::BindingType to select between C- and C++-bindings of vulkan; replaces the boolean template parameter of VulkanSample.
Adjustments after rebasing.
Update vulkan