Mateusz Kowalewski

Results 7 comments of Mateusz Kowalewski

All files affected by this PR have copyrights corrected. CI passed. Do we want to wait for update's in VVL issue created by @pawel-jastrzebski-mobica or PR can be merged in...

Status of resolving VVL issues: 1. **rasterizationSamples-07474** -> waiting for VVL team response (they are working on updating code for dynamic state's) 2. **vkCmdDraw-renderPass-02684** -> after initial investigation I think...

After implementing dynamic rendering into that Sample I solved all previous VL issues. Unfortunately I found new one related to necessary image transition (same as was presented in dynamic_rendering sample)....

Fix for synchronization issue was provided. That issue was known and here is explanation of my changes [#7129 breaks dynamic rendering examples](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/7193#top)

Thanks for letting me know about that VL error. On which platform do you test? I didn't see that issue on ubuntu, but I will add that line and please...

Strange, I can use structs from this extension without add `add_device_extension(VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME);` but when I add that line I get error because of not having that extension available on my GPU....

@SaschaWillems @asuessenbach Can I request for your reviews for current state of this sample? I merge it with main after PR#910 submission, so it is prepared for new approach. I...