commit | d70213e70ed4b2648d696a554a0ba7dac4c32757 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Oct 12 19:20:49 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Oct 12 19:20:49 2009 -0700 |
tree | 62edecccc19e3b7a6b1542e85a52015726d99297 | |
parent | 20e3c9d818d914eb04783d32448b8102fe41974e [diff] |
Implement GL11 and GL11Ext methods for GL Log and Error wrappers. Until now we had been throwing UnsupportedOperationException when developers tried to use the GL11 or GL11Ext methods. Now we handle these methods correctly, passing their arguments through to the wrapped interface's methods. Fixes bug 2167522 GLUtils debug wrapper doesn't support GL11 features