C# Class OOGL.FrameBuffer

Inheritance: IDisposable
Datei anzeigen Open project: tpb3d/TPB3D Class Usage Examples

Public Properties

Property Type Description
handleDepth uint
handleFrameBuffer uint
handleTexture uint
height int
width int

Public Methods

Method Description
Dispose ( ) : void
FrameBuffer ( int width, int height ) : System
Use ( ) : void
UseDefault ( int viewportWidth, int viewportHeight ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FrameBuffer() public method

public FrameBuffer ( int width, int height ) : System
width int
height int
return System

Use() public method

public Use ( ) : void
return void

UseDefault() public static method

public static UseDefault ( int viewportWidth, int viewportHeight ) : void
viewportWidth int
viewportHeight int
return void

Property Details

handleDepth public_oe property

public uint handleDepth
return uint

handleFrameBuffer public_oe property

public uint handleFrameBuffer
return uint

handleTexture public_oe property

public uint handleTexture
return uint

height public_oe property

public int height
return int

width public_oe property

public int width
return int