void creareProgram(int slot, String vertex, String fragment) { programsHandle[slot] = stringProgramm(vertex, fragment); }