public final class ARBCopyImage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glCopyImageSubData(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 srcWidth,
int srcHeight,
int srcDepth) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.