attachShader 方法

void attachShader(
  1. Program program,
  2. Shader shader
)

实现

void attachShader(Program program, Shader shader) native;