The existing VertexOutput is renamed to FullVertexOutput, and VaryingOutput to VertexOutput.
The reason for doing this renaming is that the existing VertexOutput is almost never used (it only has the additional output point_size after all), and VaryingOutput feels like an awkward name.
The existing
VertexOutput
is renamed toFullVertexOutput
, andVaryingOutput
toVertexOutput
.The reason for doing this renaming is that the existing
VertexOutput
is almost never used (it only has the additional outputpoint_size
after all), andVaryingOutput
feels like an awkward name.