Unit 'ctGL' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengl]

TglTexImage3DEXT

Declaration

Source position: ctgl.pas line 10293

type TglTexImage3DEXT = procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLenum;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  border: GLint;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio