1.There is no best practice for the first line of a GLSL shader.
2.void main() {
3.#version
4.#if (O_ES) precision highp; #else #endif
Answer:3