C# Class idTech4.Renderer.GLProgram

Mostra file Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
Name string
Target int
Type int

Public Methods

Method Description
GLProgram ( int target, GLProgramType type, string name ) : System

Method Details

GLProgram() public method

public GLProgram ( int target, GLProgramType type, string name ) : System
target int
type GLProgramType
name string
return System

Property Details

Name public_oe property

public string Name
return string

Target public_oe property

public int Target
return int

Type public_oe property

public int Type
return int