Separated OpenGL contexts from Window implementations
Added support for OpenGL 3.0 Replaced WindowSettings with ContextSettings Synchronized with trunk git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1065 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
9c370e38da
110 changed files with 2758 additions and 2335 deletions
|
@ -342,6 +342,14 @@
|
|||
<Filter
|
||||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\Joystick.cpp"
|
||||
>
|
||||
|
@ -407,6 +415,10 @@
|
|||
RelativePath="..\..\include\SFML\Window\Context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\ContextSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Event.hpp"
|
||||
>
|
||||
|
@ -423,10 +435,6 @@
|
|||
RelativePath="..\..\src\SFML\Window\Joystick.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\OpenGL.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\VideoMode.cpp"
|
||||
>
|
||||
|
@ -463,10 +471,6 @@
|
|||
RelativePath="..\..\src\SFML\Window\WindowListener.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\WindowSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\WindowStyle.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue