org.lwjgl.opengl
Class NVProgram
java.lang.Object
org.lwjgl.opengl.NVProgram
- Direct Known Subclasses:
- NVFragmentProgram, NVVertexProgram
public class NVProgram
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GL_PROGRAM_TARGET_NV
public static final int GL_PROGRAM_TARGET_NV
- Accepted by the <pname> parameter of GetProgramivNV:
- See Also:
- Constant Field Values
GL_PROGRAM_LENGTH_NV
public static final int GL_PROGRAM_LENGTH_NV
- See Also:
- Constant Field Values
GL_PROGRAM_RESIDENT_NV
public static final int GL_PROGRAM_RESIDENT_NV
- See Also:
- Constant Field Values
GL_PROGRAM_STRING_NV
public static final int GL_PROGRAM_STRING_NV
- Accepted by the <pname> parameter of GetProgramStringNV:
- See Also:
- Constant Field Values
GL_PROGRAM_ERROR_POSITION_NV
public static final int GL_PROGRAM_ERROR_POSITION_NV
- Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
- See Also:
- Constant Field Values
GL_PROGRAM_ERROR_STRING_NV
public static final int GL_PROGRAM_ERROR_STRING_NV
- Accepted by the <name> parameter of GetString:
- See Also:
- Constant Field Values
NVProgram
public NVProgram()
glLoadProgramNV
public static void glLoadProgramNV(int target,
int programID,
java.nio.ByteBuffer string)
glBindProgramNV
public static void glBindProgramNV(int target,
int programID)
glDeleteProgramsNV
public static void glDeleteProgramsNV(java.nio.IntBuffer programs)
glGenProgramsNV
public static void glGenProgramsNV(java.nio.IntBuffer programs)
glGetProgramNV
public static void glGetProgramNV(int programID,
int parameterName,
java.nio.IntBuffer params)
glGetProgramStringNV
public static void glGetProgramStringNV(int programID,
int parameterName,
java.nio.ByteBuffer paramString)
glIsProgramNV
public static boolean glIsProgramNV(int programID)
glAreProgramsResidentNV
public static boolean glAreProgramsResidentNV(java.nio.IntBuffer programIDs,
java.nio.ByteBuffer programResidences)
glRequestResidentProgramsNV
public static void glRequestResidentProgramsNV(java.nio.IntBuffer programIDs)
Copyright © 2002-2006 lwjgl.org. All Rights Reserved.