1
Window / Re: SFML 2.3 depth testing issue
« on: July 06, 2015, 10:33:33 pm »Have you tried to explicitly request a depth-buffer in the context settings when you create the window? As far as I remember, the context selection algorithm has changed, and may lead to contexts without depth-buffer by default.
That was it problem solved after specifying depth bits etc.. in context settings. I was using default context settings.
thanks