C# Class NewTOAPIA.GL.GLNameStack

Inheritance: GIObject
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GLNameStack ( GraphicsInterface gi ) : System
InitNames ( ) : void
LoadName ( uint name ) : void
PopName ( ) : void
PushName ( uint name ) : void

Method Details

GLNameStack() public méthode

public GLNameStack ( GraphicsInterface gi ) : System
gi GraphicsInterface
Résultat System

InitNames() public méthode

public InitNames ( ) : void
Résultat void

LoadName() public méthode

public LoadName ( uint name ) : void
name uint
Résultat void

PopName() public méthode

public PopName ( ) : void
Résultat void

PushName() public méthode

public PushName ( uint name ) : void
name uint
Résultat void