BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
BrawlLib.OpenGL Namespace Reference

Classes

class  ControlExtension
 
class  DrawCallBase
 
class  GLCamera
 
class  GLDisplayList
 
class  GLPanel
 
class  GLTexture
 
class  GLViewport
 
interface  IRenderedLink
 
interface  IRenderedObject
 
class  TKContext
 

Enumerations

enum  BGImageType
 
enum  ViewportProjection : uint
 

Functions

delegate void ViewportAction (GLViewport p)
 
delegate T GLCreateHandler< T > ()
 

Enumeration Type Documentation

◆ BGImageType

411 {
412 Stretch,
413 Center,
414 ResizeWithBars
415 }

◆ ViewportProjection

418 {
419 Perspective,
420 Orthographic,
421 Front,
422 Back,
423 Left,
424 Right,
425 Top,
426 Bottom
427 }

Function Documentation

◆ GLCreateHandler< T >()

delegate T BrawlLib.OpenGL.GLCreateHandler< T > ( )

◆ ViewportAction()

delegate void BrawlLib.OpenGL.ViewportAction ( GLViewport  p)