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

TglClearTexSubImageEXT

Declaration

Source position: ctgles3.pas line 8081

type TglClearTexSubImageEXT = procedure(

  texture: GLuint;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  zoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  format: GLenum;

  type_: GLenum;

  data: Pvoid

);



CT Web help

CodeTyphon Studio