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

TglTextureSubImage2D

Declaration

Source position: ctgl.pas line 8720

type TglTextureSubImage2D = procedure(

  texture: GLuint;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  width: GLsizei;

  height: GLsizei;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio