AttachShader Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public void AttachShader(
int program,
int shader
)
Public Sub AttachShader (
program As Integer,
shader As Integer
)
member AttachShader :
program : int *
shader : int -> unit