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

TglTexImage3D

Declaration

Source position: ctgles1.pas line 7979

type TglTexImage3D = procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLint;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  border: GLint;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio