| Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
This unit has some utility functions for OpenGl
procedure TerminateApplication; |
procedure DrawOriginLines; overload; |
procedure DrawOriginLines(length:single); overload; |
function LoadGLTexture(filename: string; var TextureID : GLuInt ): Boolean; |
procedure DrawRect(x,y,w,h:single; r,g,b:single); |
procedure DrawBoundedRect(x,y,w,h:integer; r,g,b:single; raised:boolean=true); |
procedure drawMap; |
procedure DrawBoundedRect(x,y,w,h:integer; r,g,b:single; raised:boolean=true); |
procedure drawMap; |
procedure DrawOriginLines(length:single); overload; |
procedure DrawOriginLines; overload; |
procedure DrawRect(x,y,w,h:single; r,g,b:single); |
function LoadGLTexture(filename: string; var TextureID : GLuInt ): Boolean; |
procedure TerminateApplication; |