Unit 'Laz_And_GLESv1_Canvas_h' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pw_androidwizard]

glTexSubImage2D

Declaration

Source position: Laz_And_GLESv1_Canvas_h.pas line 709

procedure glTexSubImage2D(

  target: GLenum;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  format: GLenum;

  type_: GLenum;

  pixels: PGLvoid

);



CT Web help

CodeTyphon Studio