An open source alternative to Substance Designer written in C#
MIT License
329
stars
28
forks
source link
Exception thrown: 'OpenTK.Graphics.GraphicsContextException' in OpenTK.dll An unhandled exception of type 'OpenTK.Graphics.GraphicsContextException' occurred in OpenTK.dll Requested GraphicsMode not available. SetPixelFormat error: 2000 #2
Hello, when I try to build this using Visual Studio I get the following Error:
Exception thrown: 'OpenTK.Graphics.GraphicsContextException' in OpenTK.dll
An unhandled exception of type 'OpenTK.Graphics.GraphicsContextException' occurred in OpenTK.dll
Requested GraphicsMode not available. SetPixelFormat error: 2000
Is this the result of an incorrectly referenced OpenTK, and if so, how do I fix this?
Hello, when I try to build this using Visual Studio I get the following Error:
Exception thrown: 'OpenTK.Graphics.GraphicsContextException' in OpenTK.dll An unhandled exception of type 'OpenTK.Graphics.GraphicsContextException' occurred in OpenTK.dll Requested GraphicsMode not available. SetPixelFormat error: 2000
Is this the result of an incorrectly referenced OpenTK, and if so, how do I fix this?