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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - enigma

Pages: [1]
1
Graphics / glGenVertexArrays Error (Memory access violation)
« on: January 16, 2010, 02:19:11 pm »
I've found a possible bug.
This error appear when this functions is called, and when we have a rendering context 3.2.
If I use a 3.1 or minor context this error doesn't appears. Is possible?

2
Window / Creating OpenGL 3.2 Context
« on: January 11, 2010, 08:01:40 am »
Yes, it was my mistake, sorry  :D.
However thanks for help!

3
Window / Creating OpenGL 3.2 Context
« on: January 10, 2010, 02:30:16 pm »
Solved  :D !
I had downloaded an old (wrong) version of SFML 2.0  :oops: by this link.
Sorry  :oops:!

4
Window / Creating OpenGL 3.2 Context
« on: January 10, 2010, 12:49:20 pm »
Quote from: "OniLink10"

The class is sf::ContextSettings, not sf::ContextSetting.


Yes, is my mistake to write to the forum.
But I don't understand where is the problem.

5
Window / Creating OpenGL 3.2 Context
« on: January 10, 2010, 01:44:04 am »
Quote from: "Laurent"

What does "I can't find this class" mean? Do you have a compile error?


Yes, 'ContextSetting' is not a member of 'sf'.
Note, I include only Window.hpp.
Thanks.

6
Window / Creating OpenGL 3.2 Context
« on: January 09, 2010, 04:37:04 pm »
Hi to all,
I'm new to SFML, but I'm trying it, and is a very nice library.
I need to create an OpenGL 3.2 context (for working with the core specification). I've downloaded and compiled SFML 2.0, but I can't find this class:
Code: [Select]

sf::ContextSettings settings;

Thanks!

Pages: [1]
anything