Removed VertexWeight

This commit is contained in:
Ioannis Tsakpinis 2004-02-29 23:19:55 +00:00
parent 4faac55de3
commit 2d586a490b
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ public final class NVHalfFloat {
public static native void glSecondaryColor3hNV(short red, short green, short blue);
public static native void glVertexWeighthNV(short weight);
public static native void glVertexAttrib1hNV(int index, short x);
public static native void glVertexAttrib2hNV(int index, short x, short y);