Unit 'ctGLES3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengles]

TglCopyImageSubDataOES

Declaration

Source position: ctgles3.pas line 8118

type TglCopyImageSubDataOES = 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;

  srcWidth: GLsizei;

  srcHeight: GLsizei;

  srcDepth: GLsizei

);



CT Web help

CodeTyphon Studio