C# Class OOGL.Shaders.AbstractShader

Inheritance: IDisposable
Show file Open project: tpb3d/TPB3D

Public Properties

Property Type Description
file string
handle int

Public Methods

Method Description
AbstractShader ( string file ) : System
Dispose ( ) : void

Method Details

AbstractShader() public method

public AbstractShader ( string file ) : System
file string
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

file public property

public string file
return string

handle public property

public int handle
return int