MSAA Shadow Samplers

MSAA shadow maps are an optimal way to improve quality with reduced texture lookups. I suggest sampler2DShadowMS and samplerCubeShadowMS samplers be added to Vulkan if any hardware can support this.

Here is an example using depths written to a color texture. You can see MSAA gets rid of the “ragged” edges.