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

glTexImage3D

Declaration

Source position: glext.pp line 164

var glTexImage3D: procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLint;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  border: GLint;

  format: GLenum;

  _type: GLenum;

  const pixels: PGLvoid

);


Documentation generated on: 2023-03-18