void attachShader(Program program, Shader shader) { context.attachShader(program.program, shader.shader); }