Yesterday,I bought a book about OpenGL 4.5 and the thing is that the project I am now working on doesn't require any tessellation features in order to pass. So I want to skip implementing tessellation shader among many other stages of OpenGL pipelines. Is it okay to skip it or not?
Thanks in advance!