Jupeyy

Results 210 comments of Jupeyy

sadly i cannot open the file, neither with my gpu nor a software renderer: ![image](https://github.com/user-attachments/assets/0787d235-e1b8-405b-b359-d0667634d289) ![image](https://github.com/user-attachments/assets/da873ab6-b57a-413d-b46e-74636ab9e252) If you can install lavapipe and try with that, maybe the software renderers are...

Note however that we create pipelines with dynamic scissors and additionally ones without: ```cpp if(DynamicMode == VULKAN_BACKEND_CLIP_MODE_DYNAMIC_SCISSOR_AND_VIEWPORT) { PipelineInfo.pDynamicState = &DynamicStateCreate; } ``` But if that is the reason, we...

But you left out the most important part `when the graphics pipeline is created with VK_DYNAMIC_STATE_SCISSOR set in [VkPipelineDynamicStateCreateInfo](https://registry.khronos.org/VulkanSC/specs/1.0-extensions/man/html/VkPipelineDynamicStateCreateInfo.html)::pDynamicStates.` :D Just because we can fix it, doesn't mean they are...

For the Text invisible bug (as you can see in the menus behind the console): Newest driver, newest DDNet: ![screenshot_2024-08-07_10-22-41](https://github.com/user-attachments/assets/7897e943-a7bf-4bb9-8a92-3adb7dab650b) Driver from 2021, newest DDNet: ![screenshot_2024-08-07_10-32-21](https://github.com/user-attachments/assets/3b8d164f-ae83-426b-932d-2e9006e95bda) Driver from 2021, your...

Depends on the definition of modular skins I guess, but yes I have some serious concerns. If we talk about a 0.7 like skin system then there are several problems...