Package org.lwjgl.opengl
Class NVCopyImage
java.lang.Object
org.lwjgl.opengl.NVCopyImage
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glCopyImageSubDataNV
(int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)
-
Method Details
-
glCopyImageSubDataNV
public static void glCopyImageSubDataNV(int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)
-