C# Class idTech4.Renderer.GLProgram

Show 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 property

public string Name
return string

Target public property

public int Target
return int

Type public property

public int Type
return int