-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Hello Triangle" API not supported #110
Comments
Do your system provides the OpenGL extension Include in the working directory the ANGLE pre-compiled libraries (or just compile them yourself): in this way EGL backend should be available (
Just create a new solution for you, including only the projects you require. Samples and ancillary projects takes lot of RAM. Or just unload unnecessary projects. |
I can't find Then I've tried to use the ANGLE in initial WPF project but with no luck. No matter what I do, the
Before this I've also tried to use |
Hello, I've just started using your project but have problem with basic example.
The view is not rendering. As I started investigating it the context is never created and a
NotSupportedException
is thrown atCreateContextAttrib(IntPtr sharedContext, int[] attribsList, KhronosVersion api)
which I missed at fist.Sorry for not providing more data but I don't have enough memory to work with such big solution so I've just compiled my own version of
GLControl
and can't dig any further.The strange thing is that I've tried to explicitly set API version to
ApiGles2
but the same error is still thrown even if from what I see inDeviceContext
it's should be accepted without any restrictions.Could this error be thrown from some other call? It's hard for me to navigate throught all the methods without having solution loaded.
I use OpenGL.Net 0.7.1 OpenGL.Net.WinForms 0.7.1 in WPF Application
.NET Framework 4.6.1 (First tried on 4.5 with the same result)
Windows 7
Producent karty graficznej Powered by AMD
Mikrouklad graficzny AMD Radeon HD 7700 Series
ID urzadzenia 683D
Ident. dostawcy 1002
ID podsystemu E227
Identyfikator dostawcy podsystemu 174B
Funkcje magistrali graficznej PCI Express
Maksymalne ustawienie magistrali PCI Express x16
Wersja BIOS 015.022.000.005
Numer czesci BIOS 113-22700XTEL-X02
Data BIOS 2012/07/24
Rozmiar pamieci 1024 MB
Typ pamieci GDDR5
Taktowanie rdzenia w MHz 1000 MHz
Taktowanie pamieci w MHz 1125 MHz
Calkowita przepustowosc pamieci w GB/s 72,0 GB/s
The text was updated successfully, but these errors were encountered: