mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
asahi: Add "set scissor" command
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11084>
This commit is contained in:
parent
f170b8357b
commit
d7cbfd4f6c
1 changed files with 6 additions and 0 deletions
|
|
@ -207,6 +207,12 @@
|
|||
<field name="Varying count" size="32" start="3:0" type="uint"/>
|
||||
</struct>
|
||||
|
||||
<!-- Indexes into the array of scissor descriptors -->
|
||||
<struct name="Set scissor" size="8">
|
||||
<field name="Tag" size="32" start="0:0" type="hex" default="0x100"/>
|
||||
<field name="Index" size="32" start="1:0" type="uint"/>
|
||||
</struct>
|
||||
|
||||
<!--- Commands valid within a pipeline -->
|
||||
<struct name="Bind uniform" size="8">
|
||||
<field name="Tag" size="8" start="0:0" type="hex" default="0x1d"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue