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

Author Topic: Forcing OpenGL core profile only.  (Read 1866 times)

0 Members and 1 Guest are viewing this topic.

Robinson

  • Newbie
  • *
  • Posts: 5
    • AOL Instant Messenger - 49+Longchamp+Dri
    • View Profile
Forcing OpenGL core profile only.
« on: August 20, 2011, 06:40:45 pm »
Hi,

Kind-of new to SFML (and to anything > OpenGL 1.1!).  Is there a way of forcing use of core profile only?  I create my window specifying 3.2, but obviously that doesn't stop me from using immediate mode or anything else that's deprecated.

Thanks.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Forcing OpenGL core profile only.
« Reply #1 on: August 20, 2011, 07:45:16 pm »
SFML uses some deprecated stuffs so we have to keep a backward compatible context.
SFML / OS X developer

Robinson

  • Newbie
  • *
  • Posts: 5
    • AOL Instant Messenger - 49+Longchamp+Dri
    • View Profile
Forcing OpenGL core profile only.
« Reply #2 on: August 20, 2011, 08:28:09 pm »
Ok, fair enough.

 

anything