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

Author Topic: SFML and Render Doc.  (Read 462 times)

0 Members and 1 Guest are viewing this topic.

karalink

  • Newbie
  • *
  • Posts: 1
    • View Profile
SFML and Render Doc.
« on: September 27, 2023, 09:00:59 pm »
This topic was already discussed in https://en.sfml-dev.org/forums/index.php?topic=20827.msg149360#msg149360.

I'm curious if it is still the case that it is not possible to run sfml application using RenderDoc.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: SFML and Render Doc.
« Reply #1 on: September 27, 2023, 11:30:15 pm »
Looks like OpenGL 1 and 2 are still not supported and you'd need a Core profile for OpenGL 3+ which SFML's graphics module doesn't support.

So if you don't use the SFML Graphics module, you can make use of Render Doc

Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything