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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue