Re: method not implemented: gluScaleImage
Posted by
gouessej on
Jan 25, 2011; 12:43pm
URL: https://forum.jogamp.org/method-not-implemented-gluScaleImage-tp2304656p2328911.html
I agree with Mickael. Maybe using a single direct NIO buffer whose size is the same than a memory page and using slicing on it would solve the problem. Slicing is already used in JOGL in Project.java.