Luca Piccioni

Results 57 comments of Luca Piccioni

Probably the sample cannot be run on all devices. Context is created, otherwise ClearColor wouldn't work. Probably is the shader source that is missing something. Is some error returned? Is...

> Would you mind running a test on an android device? The sample was run on Android emulator and on my old Samsung S4 device, and in both cases the...

Maybe there is a conflict with the [static constructor of Gl](https://github.com/luca-piccioni/OpenGL.Net/blob/master/OpenGL.Net/Gl.cs#L60). Probably Steam hooking is based on DLL injection, wrapping well known libraries (such as `opengl32.dll` on Windows). But the...

You should restore nuget packages with 'nuget restore'

I've fixed few issues in the HelloTriangle project (And pull the last commit), but all those errors should be there, it just like there's no available binary there, and all...

Just cloned and run BindingsGen in _Release_ and _Debug_. Everything is fine on my machine (TM). The patch won't prevent the documentation generation? Alternatively, you can get rid of GL2...

GL2 and GLES1 reference pages have MathML (mml) namespaces that are not recognized if DTD parsing is not enabled. If you find a way to load documentation without DTD processing...

I noticed that branch. I don't know much about UWP, but you can contribute to it, if you're interested.

My Visual Studio installations are complaining about I'm not running on Windows 10. Apparently it is mandatory to develop on Windows 10 for creating a UWP library. I've no chance...

Can you describe your execution environment? I've run the sample application on RPi2, using VC4+GLES2: note that the application does not require X11, since the VC4 library exposes a basic...