mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
state_tracker/winsys_handle: Add plane input field
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
2066966c10
commit
c5c2365455
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue