Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: choose high performance adapter for our game. #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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