Pathomporn Niamraksa

Results 3 comments of Pathomporn Niamraksa

> [@YukiSnowy](https://github.com/YukiSnowy) , how a different renderer can be configured for VSCode? Intel 620 (opengl) `code` Intel 620 (vulkan) `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json code --enable-features=Vulkan` Intel 620 (zink) `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink code` AMD...

> Do you see similar behavior with https://vscode.dev/ in a chromium browser with the different renderers ? I believe we would share a similar problem and this should be reported...

This version i use this command for check Vulkan is enable. `VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay VK_LAYER_MESA_OVERLAY_STATS=submit,draw,pipeline-graphics VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json code --enable-features=Vulkan,DefaultANGLEVulkan` ![Image](https://github.com/user-attachments/assets/673dec43-e476-47f0-af25-4dffbb415c9b) Does this issue occur when all extensions are disabled?: No - VS Code...