detachShader 方法

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

实现

void detachShader(Program program, Shader shader) native;