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

TglTexImage2D

Declaration

Source position: ctgles1.pas line 7432

type TglTexImage2D = procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLint;

  width: GLsizei;

  height: GLsizei;

  border: GLint;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio