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

glTexSubImage2D

Declaration

Source position: Laz_And_GLESv2_Canvas_h.pas line 594

procedure glTexSubImage2D(

  target: GLenum;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  format: GLenum;

  _type: GLenum;

  pixels: pointer

);



CT Web help

CodeTyphon Studio