Issue with vtkActor in different screen sizes

None that I’m aware of. The geometry shader is the last step in the rendering pipeline that sees vectorized geometry. I guess you can start by googling “geometry shader example” to try to find something that suits your need. I also recommend reading some GLSL primer, cookbook or short course (e.g. Udemy).

take care,

Paulo