Function Glx.CopyImageSubDataNV

Commands for GLX_NV_copy_image

void CopyImageSubDataNV (
  void* dpy,
  gfx.bindings.opengl.glx.__GLXcontextRec* srcCtx,
  uint srcName,
  uint srcTarget,
  int srcLevel,
  int srcX,
  int srcY,
  int srcZ,
  gfx.bindings.opengl.glx.__GLXcontextRec* dstCtx,
  uint dstName,
  uint dstTarget,
  int dstLevel,
  int dstX,
  int dstY,
  int dstZ,
  int width,
  int height,
  int depth
) const;