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:
@@ -26,6 +26,7 @@
|
||||
|
||||
struct pipe_screen;
|
||||
struct sw_winsys;
|
||||
typedef struct _LUID LUID;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user