What does the term “geometry” refer to in graphics programming?
My understanding is that it’s usually a generic term to refer to data that’s used in the rendering process such as vertices, normals, texture coordinates, etc.
Or is there some other meaning, more specific meaning?