CallumDev / monomac

Bindings to create MacOS X applications with Mono.
http://www.mono-project.com/Mono:OSX
Other
0 stars 0 forks source link

Added DeleteProgram #13

Open CallumDev opened 8 years ago

CallumDev commented 8 years ago

Issue by Tapped Monday Jan 12, 2015 at 15:34 GMT Originally opened as https://github.com/mono/monomac/pull/128


Outracks will really appreciate to have the possibility to free our program objects.

There exist a function called void GL.DeleteProgram(int n, ref handle). However that function calls a Nvidia specific extension and can therefore not be used on Mac's with AMD GPU.


Tapped included the following code: https://github.com/mono/monomac/pull/128/commits