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

TglCompressedTexSubImage2D

Declaration

Source position: ctgles1.pas line 7353

type TglCompressedTexSubImage2D = procedure(

  target: GLenum;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  format: GLenum;

  imageSize: GLsizei;

  data: Pvoid

);



CT Web help

CodeTyphon Studio