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

TglPrimitiveBoundingBoxARB

Declaration

Source position: ctgl.pas line 9950

type TglPrimitiveBoundingBoxARB = procedure(

  minX: GLfloat;

  minY: GLfloat;

  minZ: GLfloat;

  minW: GLfloat;

  maxX: GLfloat;

  maxY: GLfloat;

  maxZ: GLfloat;

  maxW: GLfloat

);



CT Web help

CodeTyphon Studio