Documentation

Attach Shader - Open Dev Kit Documentation

Open Dev Kit Documentation :: OpenGL :: Attach Shader

OpenGL.AttachShader(
  Program Integer,
  Shader Integer
) 
Attach a shader object to a program object

Parameters

Program Integer
Specifies the program object to which a shader object will be attached
Shader Integer
Specifies the shader object that is to be attached

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page