P-Buffer implementation fixed and validated on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1169 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
1ce18ed1b9
commit
5869b916ef
@ -75,7 +75,7 @@ bool RenderImageImplPBuffer::IsSupported()
|
||||
// Make sure that GLEW is initialized
|
||||
EnsureGlewInit();
|
||||
|
||||
return false; //glxewIsSupported("GLX_SGIX_pbuffer");
|
||||
return glxewIsSupported("GLX_SGIX_pbuffer");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user