From c5c23654557531d3c03b2400fa5838de87a135fd Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 2 Aug 2019 13:52:29 -0700 Subject: [PATCH] state_tracker/winsys_handle: Add plane input field Signed-off-by: Jordan Justen Reviewed-by: Kenneth Graunke Acked-by: Eric Anholt --- src/gallium/include/state_tracker/winsys_handle.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gallium/include/state_tracker/winsys_handle.h b/src/gallium/include/state_tracker/winsys_handle.h index 167c1a937fd..53d2fd2b70d 100644 --- a/src/gallium/include/state_tracker/winsys_handle.h +++ b/src/gallium/include/state_tracker/winsys_handle.h @@ -28,6 +28,11 @@ struct winsys_handle * of a specific layer of an array texture. */ unsigned layer; + /** + * Input for texture_get_handle, allows to export of a specific plane of a + * texture. + */ + unsigned plane; /** * Input to texture_from_handle. * Output for texture_get_handle. -- 2.30.2