can i make a shader program with just a vertex shader for transform feedback?

hi, can i make a shader program with just a vertex shader for transform feedback? thanks :slight_smile:

Sure. No problems with that.

Just don’t forget to turn off rasterization by enabling rasterizer discard.