[Mono-bugs] [Bug 680643] New: GetRenderbufferParameter fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 17 16:37:25 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=680643
https://bugzilla.novell.com/show_bug.cgi?id=680643#c0
Summary: GetRenderbufferParameter fails
Classification: Mono
Product: MonoDroid
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: mkestner at novell.com
ReportedBy: nikolai at eodsoft.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15
These calls fail in ES 1.1. *and* ES 2.0 (respectively). They work fine in
MonoTouch! Please check the other parameters too, there are a lot more that
don't return anything!
ES 1.1:
int alphasize = 999;
GL.Oes.GetRenderbufferParameter(All.RenderbufferOes,
All.RenderbufferAlphaSizeOes,ref alphasize);
ES 2.0:
int alphasize = 999;
GL.Oes.GetRenderbufferParameter(All.RenderbufferOes,
All.RenderbufferInternalFormatOes,ref alphasize);
Reproducible: Always
Steps to Reproduce:
1. Enter above code and run
Actual Results:
Alphasize is still 999 after the function call
Expected Results:
alphasize should be 8 or 1 or whatever it is.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list