|
TriEngine
v0.0.16
General-purpose engine in C#/OpenGL
|
An OpenGL program. More...
Public Member Functions | |
| Program (params Shader[] shaders) | |
| Initializes a new Program as a shader program. More... | |
| void | Dispose () |
Public Attributes | |
| readonly int | ID |
| The ID of this program. More... | |
An OpenGL program.
| TriDevs.TriEngine.Program.Program | ( | params Shader[] | shaders | ) |
| void TriDevs.TriEngine.Program.Dispose | ( | ) |
| readonly int TriDevs.TriEngine.Program.ID |
The ID of this program.