d3d12: Add forward declaration for LUID

This is needed so that the driver can be initialized by
external code without windows.h or winadapter.h.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7937>
This commit is contained in:
Jesse Natalie
2020-12-08 10:17:24 -08:00
committed by Marge Bot
parent 738564a753
commit 29ccbd9b1e
+1
View File
@@ -26,6 +26,7 @@
struct pipe_screen;
struct sw_winsys;
typedef struct _LUID LUID;
#ifdef __cplusplus
extern "C" {