Hi, I have a simple shader plugin test. I the vertex shader take in
![]()
I would like to have it take in my VertexInput struct, and return my VertexOutput struct.

The shader works in the top pic, but when I switch it to use the structs the editor will just crash on me.