Unit 'ctGL' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengl]

TglCopyImageSubDataNV

Declaration

Source position: ctgl.pas line 9006

type TglCopyImageSubDataNV = procedure(

  srcName: GLuint;

  srcTarget: GLenum;

  srcLevel: GLint;

  srcX: GLint;

  srcY: GLint;

  srcZ: GLint;

  dstName: GLuint;

  dstTarget: GLenum;

  dstLevel: GLint;

  dstX: GLint;

  dstY: GLint;

  dstZ: GLint;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei

);



CT Web help

CodeTyphon Studio