glsl convert int to float code example Example: glsl int to float int index = 5; float indexFloat = float(index);