Implemented strong references in glVertexPointer and friends

This commit is contained in:
Elias Naur 2005-03-21 08:27:45 +00:00
parent 665839e202
commit 87bf14c698
78 changed files with 1445 additions and 1058 deletions

View file

@ -63,7 +63,7 @@ public class MouseTest {
/** Height of window */
private static int WINDOW_HEIGHT = 640;
/** Triangle size (in ½) */
/** Triangle size */
private Vector2f triangleSize = new Vector2f(120, 100);
/** Triangle color */