(int x, int y, int w, int h)
| 1244 | } |
| 1245 | |
| 1246 | @Override |
| 1247 | protected void viewportImpl(int x, int y, int w, int h) { |
| 1248 | gl.glViewport(x, y, w, h); |
| 1249 | } |
| 1250 | |
| 1251 | ////////////////////////////////////////////////////////////////////////////// |
| 1252 |