Hi Sri,
If you refer to this page
http://www.khronos.org/opengles/documentation/opengles1_0/html/glGetInteger.html,
you will see the list of enums that are valid for GL.GetInteger under
ES 1.0. All.BlendSrc is not listed there.
Worth noting (though you may know this already) is that most hardware
today that supports both ES 1.1 and ES 2.0, handles the programmable
pipeline( ES 2.0) natively and that ES 1.0 and ES 1.1 calls are
converted to ES 2.0 under the hood, before being executed.
I hope this helps.
Dominique.
On 2012-06-11 03:58, SRI wrote:
4. Re: Error in GL.GetInteger(All.BlendSrc, out m_PrevBlendSrc);
Hi,
I am running in Mono for Android OpenTK-1.0 using OPEN GL
ES 1.0
where they use the All Enumeration and hence I am not able to compile
your
code.
I am not sure why they combined all the Enumeration Values
in
various functions into one Giant All Enumeration.
Anyway, Thanks for your help.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid