Skip to content

SRGB issue on hybrid gpu laptop #7161

Open
@EliiasG

Description

Description
I am making a project using WGPU and Winit, where i set the surface to use the most preferred SRGB format. My computer has a 3060 laptop
and an Integrated GPU, the dedicated GPU can be completely disabled for better battery life.
When i disable the dedicated GPU, the app runs fine, and when i enable the Dedicated GPU and run the app with PowerPreference::HighPerformance (such that it runs on the dedicated GPU) it also works fine. If, however, the app is ran using PowerPreference::LowPower, with the dedicated GPU enabled, such that it chooses the integrated GPU (The Integrated GPU is still available when the 3060 is enabled), the colors look different, as if srgb is not working properly.

I am not sure if this is a bug with WGPU or the drivers on my computer, but i thought i might be worth posting here.

Platform
Asus TUF A15 running windows 11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    area: wsiIssues with swapchain management or windowingexternal: driver-bugA driver is causing the bug, though we may still want to work around it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions