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

TglTextureStorage3DMultisample

Declaration

Source position: ctgl.pas line 8718

type TglTextureStorage3DMultisample = procedure(

  texture: GLuint;

  samples: GLsizei;

  internalformat: GLenum;

  width: GLsizei;

  height: GLsizei;

  depth: GLsizei;

  fixedsamplelocations: GLboolean

);



CT Web help

CodeTyphon Studio