[Examples] Added ExternalContext test
authorthefiddler <stapostol@gmail.com>
Sat, 28 Dec 2013 00:17:56 +0000 (01:17 +0100)
committerthefiddler <stapostol@gmail.com>
Sat, 28 Dec 2013 00:17:56 +0000 (01:17 +0100)
commit3bad2eefdc59c9b89c0556ba438c054d54d95bb3
tree31d72c6771624e692cc47548d762180b3229d315
parent04e6d9335a77a495a34f3ab168c849a918b518ae
[Examples] Added ExternalContext test

This test uses SDL2 to create a window and an OpenGL context. It then
uses OpenTK to render into the external SDL2 context. If everything is
working correctly, a black window should appear and gradually turn
white before disappearing.
Source/Examples/OpenTK/Test/ExternalContext.cs [new file with mode: 0644]