Jupeyy
Jupeyy
5k of 1 million total? I'd call that a success. But seriously, how should I debug their problems. The text invisible thing again is fixed by all drivers since 2022....
> Would it help to try RenderDoc? https://renderdoc.org/ I guess you're the only one who could understand the output I use that quite often. Very useful to debug visual bugs,...
Can you also do one with `gfx_render_thread_count 1` (restart) Then the output should be all in one go
sadly i cannot open the file, neither with my gpu nor a software renderer:   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...
As said, we create both, pipelines with dynamic states and those without. If clip is disabled, we use the ones without. > I don't care about the spec. I care...
> And AMD GPUs. That is wrong. The text invisible bug is completely unrelated
For the Text invisible bug (as you can see in the menus behind the console): Newest driver, newest DDNet:  Driver from 2021, newest DDNet:  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...