C# Class NewTOAPIA.GL.GLNameStack

Inheritance: GIObject
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLNameStack ( GraphicsInterface gi ) : System
InitNames ( ) : void
LoadName ( uint name ) : void
PopName ( ) : void
PushName ( uint name ) : void

Method Details

GLNameStack() public method

public GLNameStack ( GraphicsInterface gi ) : System
gi GraphicsInterface
return System

InitNames() public method

public InitNames ( ) : void
return void

LoadName() public method

public LoadName ( uint name ) : void
name uint
return void

PopName() public method

public PopName ( ) : void
return void

PushName() public method

public PushName ( uint name ) : void
name uint
return void