wined3d: Move wined3d_device_apply_stateblock() to stateblock.c.
commita10540753cf0c597981c910a877b3794351acdb5
authorZebediah Figura <zfigura@codeweavers.com>
Thu, 29 Dec 2022 21:33:59 +0000 (29 15:33 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Jul 2023 02:54:21 +0000 (27 11:54 +0900)
tree352d3ba0683787153070ae0348dab76ba6f559e8
parent94812b126536ff5793c40068c0cedcfb2cb1a553
wined3d: Move wined3d_device_apply_stateblock() to stateblock.c.

All other code touching stateblocks is in stateblock.c; this is a more intuitive
and modular place for it. This may merit renaming the function, but should be a
subsequent commit.
dlls/wined3d/device.c
dlls/wined3d/stateblock.c