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

TglExtGetTexSubImageQCOM

Declaration

Source position: ctgles2.pas line 8226

type TglExtGetTexSubImageQCOM = procedure(

  target: GLenum;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  zoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  format: GLenum;

  type_: GLenum;

  texels: Pvoid

);



CT Web help

CodeTyphon Studio