b1edab1c
by Elizabeth Figura at 2025-11-20T09:16:57-06:00
wined3d: Make SHADOW into a format attr.
WINED3D_FORMAT_ATTR_SHADOW, as we use it, only describes whether a format should
use shadow sampling or not. It does not describe a renderer-specific capability;
this is covered by FORMAT_CAP_TEXTURE and FORMAT_CAP_DEPTH_STENCIL.