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

TglCompressedTexImage1D

Declaration

Source position: ctgl.pas line 8061

type TglCompressedTexImage1D = procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLenum;

  width: GLsizei;

  border: GLint;

  imageSize: GLsizei;

  data: Pvoid

);



CT Web help

CodeTyphon Studio