winsys: add WINSYS_HANDLE_TYPE_UNBACKED

for use with lavapipe imports

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805>
This commit is contained in:
Mike Blumenkrantz 2022-04-28 16:34:11 -04:00 committed by Marge Bot
parent 07f25aa785
commit 3727457884
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ extern "C" {
#define WINSYS_HANDLE_TYPE_SHMID 3
#define WINSYS_HANDLE_TYPE_D3D12_RES 4
#define WINSYS_HANDLE_TYPE_WIN32_NAME 5
#define WINSYS_HANDLE_TYPE_UNBACKED 5
/**
* For use with pipe_screen::{resource_from_handle|resource_get_handle}.