Omar

Results 4 issues of Omar

I'm writing a rasterizer and I've noticed that colors differ between the xfce terminal and from inside of a tmux session. So, here's the version running without tmux on xfce...

bug

In the [Instance Chapter](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Instance), following code: ``` requiredExtensions.emplace_back(VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME); createInfo.flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR; ``` causes deadlock when the "vkCreateDebugUtilsMessengerEXT" function is invoked on Arch Linux with the latest radeon-vulkan and vulkan-devel packages....

I've been testing my Vulkan program on different computers, and I've noticed that on my laptop with AMD GPU (integrated GPU that comes with Ryzen 7 3700U) following validation error...

vulkanizer is running under Linux. Below is a test render with the ["Stanford Bunny"](https://github.com/alecjacobson/common-3d-test-models). https://github.com/milkru/vulkanizer/assets/95090318/920bea3d-7230-4c99-8417-eb6b9a5fbe5e Not sure if the rendering is correct. Note that this is working under AMD's Ryzen...