Skip to content

Conversation

DarkWeird
Copy link
Contributor

@DarkWeird DarkWeird commented Jul 20, 2023

wgpu's PowerPreference::default() provide LowPower device by default.
LowPower is IntegrateGPU often.

Testing:
Requirements:

  1. Two Gpus - Integrated and discrete
  2. not hybrid graphics (not laptop)

Steps:

  1. run game
  2. should shows main menu
  3. should logs like:
Used device info: 
name: NVIDIA or AMD
vendor: ...
device_type: DescreteGpu // <--- there
device: ...
backend: Vulkan

…ence::default() provide LowPower device by default
@DarkWeird DarkWeird requested a review from pollend July 20, 2023 18:40
@DarkWeird DarkWeird changed the title fix: choose high performance adapter for our game. wgpu's PowerPreference::default() provide LowPower device by default fix: choose high performance adapter for our game. Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant