Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Question about Intel UHD gpus (and integrated graphics in general)  (Read 3152 times)

0 Members and 1 Guest are viewing this topic.

sidewinder

  • Newbie
  • *
  • Posts: 16
    • View Profile
So my question is if I'm trying to run some SFML code on an integrated graphics card, it gets obvious that its a lot slower just by doing some testing/profiling.

What I'm having trouble with is figuring out exactly what is slower, and how that could be handled.

  • How would one profile what happens on the GPU more specifically, I've used VTune for cpu, is there something you could recommend to understand what is hard on a GPU?
  • Reading up on some games that are working on a intel gpu, what you see a lot is that "the game is more cpu heavy", what should one avoid in SFML to make it easier on the gpu?
  • Finally, is this even worth thinking about  ::)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Question about Intel UHD gpus (and integrated graphics in general)
« Reply #1 on: August 05, 2021, 01:06:36 pm »
There are various GPU profilers, not sure which one works best for Intel "GPUs", but you can easily google for them.

For most 2D games it should really not be an issue.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/