framebufferTextureLayer method
Implementation
void framebufferTextureLayer(int target,int attachment,int texture,int level,int layer){
_gl.framebufferTextureLayer(target, attachment, texture, level, layer);
checkError('framebufferTextureLayer');
}