wined3d: Move the command list reference counting functions to the end of cs.c.
commit2802328cf6e5b864d68d227a893d3521741d8dc4
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 9 Dec 2021 20:17:28 +0000 (9 21:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Dec 2021 20:23:00 +0000 (9 21:23 +0100)
tree7336f5478c6ecb554a3c8da666a578a6ae0026d5
parente418b1f59d7fbdaf06ec39e1b96a597f59d310c1
wined3d: Move the command list reference counting functions to the end of cs.c.

These are part of the public API, so there's not need for them to be at
the start of the file.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/wined3d/cs.c