Unit 'ctGLES3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengles]

TglTexImage3DOES

Declaration

Source position: ctgles3.pas line 8788

type TglTexImage3DOES = procedure(

  target: GLenum;

  level: GLint;

  internalformat: GLenum;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  border: GLint;

  format: GLenum;

  type_: GLenum;

  pixels: Pvoid

);



CT Web help

CodeTyphon Studio