Skip to content

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

Merge request reports