Click or drag to resize

ProgramGetAttachedShaders Method

Return the shader objects attached to the program.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Shader[] GetAttachedShaders()

Return Value

Type: Shader
An array of attached shaders.
Remarks
OpenGL API: glGetAttachedShaders
See Also