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

TglTextureSubImage1DEXT

Declaration

Source position: ctgl.pas line 10352

type TglTextureSubImage1DEXT = procedure(

  texture: GLuint;

  target: GLenum;

  level: GLint;

  xoffset: GLint;

  width: GLsizei;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio