GlCopyTextureSubImage3DEXT typedef
GlCopyTextureSubImage3DEXT =
void Function(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Implementation
typedef GlCopyTextureSubImage3DEXT = void Function(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);