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

TglCopyTextureSubImage3D

Declaration

Source position: ctgl.pas line 8727

type TglCopyTextureSubImage3D = procedure(

  texture: GLuint;

  level: GLint;

  xoffset: GLint;

  yoffset: GLint;

  zoffset: GLint;

  x: GLint;

  y: GLint;

  width: GLsizei;

  height: GLsizei

);



CT Web help

CodeTyphon Studio