Andreas Süßenbach

Results 24 issues of Andreas Süßenbach

## Description This is a proposal how we could unify the C- and the C++-bindings of Vulkan in the framework classes: Replace the two classes HPPFoo and Foo by one...

## Description Build tested on Win10 with VS2022. Run tested on Win10 with NVidia GPU. ## General Checklist: Please ensure the following points are checked: - [x] My code follows...

## Description Fixes #972 Build tested on Win10 with VS2022. Run tested on Win10 with NVidia GPU. ## General Checklist: Please ensure the following points are checked: - [x] My...

## Description Introduces a new Vulkan-Hpp-based sample, which is a transcoded version of the oit_depth_peeling api sample. Build tested on Win10 with VS2022. Run tested on Win10 with NVidia GPU....

## Description As described in #938, requesting and enabling extension features is currently incorrect. With this PR, this is done similar to how it's done for the simple PhysicalDeviceFeatures: one...

When starting the api sample swapchain_recreation, I get the following Validation Error, triggered in `SwapchainRecreation::acquire_next_image`: `Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0: handle = 0xec4bec000000000b, type = VK_OBJECT_TYPE_SEMAPHORE; | MessageID...

validation

## Description Detection of extension support has been moved from a special function called from SwapchainRecreation::prepare() into the SwapchainRecreation constructor and an override of the VulkanSample::create_device() function. That way, there's...

## Description Type mapping functionality used in vkb::VulkanResource was moved and renamed from core/vulkan_resource.h into the added header vulkan_type_mapping.h. Using that in with vkb::BuilderBase as well. Build tested on Win10...