d3d12: Only lower point sprites if the VS writes a POS
If the VS doesn't write a position, then we don't want to create a passthrough shader, because we must assume that no rasterization will take place.
Closes #61
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
If the VS doesn't write a position, then we don't want to create a passthrough shader, because we must assume that no rasterization will take place.
Closes #61