C# Class OOGL.FrameBuffer

Inheritance: IDisposable
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Свойство Type Description
handleDepth uint
handleFrameBuffer uint
handleTexture uint
height int
width int

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FrameBuffer() public méthode

public FrameBuffer ( int width, int height ) : System
width int
height int
Résultat System

Use() public méthode

public Use ( ) : void
Résultat void

UseDefault() public static méthode

public static UseDefault ( int viewportWidth, int viewportHeight ) : void
viewportWidth int
viewportHeight int
Résultat void

Property Details

handleDepth public_oe property

public uint handleDepth
Résultat uint

handleFrameBuffer public_oe property

public uint handleFrameBuffer
Résultat uint

handleTexture public_oe property

public uint handleTexture
Résultat uint

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int