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

TglTextureImage2DEXT

Declaration

Source position: ctgl.pas line 10322

type TglTextureImage2DEXT = procedure(

  texture: GLuint;

  target: GLenum;

  level: GLint;

  internalformat: GLint;

  width: GLsizei;

  height: GLsizei;

  border: GLint;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio