Unit 'GLext' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#opengl]

glTexImage3DEXT

Declaration

Source position: glext.pp line 1235

var glTexImage3DEXT: procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLenum;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  border: GLint;

  format: GLenum;

  _type: GLenum;

  const pixels: PGLvoid

);


Documentation generated on: 2023-03-18