[Git][wine/wine][master] wined3d: Make SHADOW into a format attr.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 5 changed files: - dlls/wined3d/cs.c - dlls/wined3d/shader.c - dlls/wined3d/stateblock.c - dlls/wined3d/utils.c - dlls/wined3d/wined3d_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b1edab1c4cb96c5bb9cc3bb2fa4ab9e... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b1edab1c4cb96c5bb9cc3bb2fa4ab9e... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)