Package org.lwjgl.opengl
Class NVHalfFloat
- java.lang.Object
-
- org.lwjgl.opengl.NVHalfFloat
-
public final class NVHalfFloat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_HALF_FLOAT_NVAccepted by the <type> argument of VertexPointer, NormalPointer, ColorPointer, TexCoordPointer, FogCoordPointerEXT, SecondaryColorPointerEXT, VertexWeightPointerEXT, VertexAttribPointerNV, DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglColor3hNV(short red, short green, short blue)static voidglColor4hNV(short red, short green, short blue, short alpha)static voidglFogCoordhNV(short fog)static voidglMultiTexCoord1hNV(int target, short s)static voidglMultiTexCoord2hNV(int target, short s, short t)static voidglMultiTexCoord3hNV(int target, short s, short t, short r)static voidglMultiTexCoord4hNV(int target, short s, short t, short r, short q)static voidglNormal3hNV(short nx, short ny, short nz)static voidglSecondaryColor3hNV(short red, short green, short blue)static voidglTexCoord1hNV(short s)static voidglTexCoord2hNV(short s, short t)static voidglTexCoord3hNV(short s, short t, short r)static voidglTexCoord4hNV(short s, short t, short r, short q)static voidglVertex2hNV(short x, short y)static voidglVertex3hNV(short x, short y, short z)static voidglVertex4hNV(short x, short y, short z, short w)static voidglVertexAttrib1hNV(int index, short x)static voidglVertexAttrib2hNV(int index, short x, short y)static voidglVertexAttrib3hNV(int index, short x, short y, short z)static voidglVertexAttrib4hNV(int index, short x, short y, short z, short w)static voidglVertexAttribs1NV(int index, ShortBuffer attribs)static voidglVertexAttribs2NV(int index, ShortBuffer attribs)static voidglVertexAttribs3NV(int index, ShortBuffer attribs)static voidglVertexAttribs4NV(int index, ShortBuffer attribs)static voidglVertexWeighthNV(short weight)
-
-
-
Field Detail
-
GL_HALF_FLOAT_NV
public static final int GL_HALF_FLOAT_NV
Accepted by the <type> argument of VertexPointer, NormalPointer, ColorPointer, TexCoordPointer, FogCoordPointerEXT, SecondaryColorPointerEXT, VertexWeightPointerEXT, VertexAttribPointerNV, DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:- See Also:
- Constant Field Values
-
-
Method Detail
-
glVertex2hNV
public static void glVertex2hNV(short x, short y)
-
glVertex3hNV
public static void glVertex3hNV(short x, short y, short z)
-
glVertex4hNV
public static void glVertex4hNV(short x, short y, short z, short w)
-
glNormal3hNV
public static void glNormal3hNV(short nx, short ny, short nz)
-
glColor3hNV
public static void glColor3hNV(short red, short green, short blue)
-
glColor4hNV
public static void glColor4hNV(short red, short green, short blue, short alpha)
-
glTexCoord1hNV
public static void glTexCoord1hNV(short s)
-
glTexCoord2hNV
public static void glTexCoord2hNV(short s, short t)
-
glTexCoord3hNV
public static void glTexCoord3hNV(short s, short t, short r)
-
glTexCoord4hNV
public static void glTexCoord4hNV(short s, short t, short r, short q)
-
glMultiTexCoord1hNV
public static void glMultiTexCoord1hNV(int target, short s)
-
glMultiTexCoord2hNV
public static void glMultiTexCoord2hNV(int target, short s, short t)
-
glMultiTexCoord3hNV
public static void glMultiTexCoord3hNV(int target, short s, short t, short r)
-
glMultiTexCoord4hNV
public static void glMultiTexCoord4hNV(int target, short s, short t, short r, short q)
-
glFogCoordhNV
public static void glFogCoordhNV(short fog)
-
glSecondaryColor3hNV
public static void glSecondaryColor3hNV(short red, short green, short blue)
-
glVertexWeighthNV
public static void glVertexWeighthNV(short weight)
-
glVertexAttrib1hNV
public static void glVertexAttrib1hNV(int index, short x)
-
glVertexAttrib2hNV
public static void glVertexAttrib2hNV(int index, short x, short y)
-
glVertexAttrib3hNV
public static void glVertexAttrib3hNV(int index, short x, short y, short z)
-
glVertexAttrib4hNV
public static void glVertexAttrib4hNV(int index, short x, short y, short z, short w)
-
glVertexAttribs1NV
public static void glVertexAttribs1NV(int index, ShortBuffer attribs)
-
glVertexAttribs2NV
public static void glVertexAttribs2NV(int index, ShortBuffer attribs)
-
glVertexAttribs3NV
public static void glVertexAttribs3NV(int index, ShortBuffer attribs)
-
glVertexAttribs4NV
public static void glVertexAttribs4NV(int index, ShortBuffer attribs)
-
-