C# Class OOGL.FrameBuffer

Inheritance: IDisposable
Show file 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 property

public uint handleDepth
return uint

handleFrameBuffer public property

public uint handleFrameBuffer
return uint

handleTexture public property

public uint handleTexture
return uint

height public property

public int height
return int

width public property

public int width
return int