mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
asahi: Add 1D and 1D Array enums
To finish out the enum. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18380>
This commit is contained in:
parent
2bdb8ba3ce
commit
66f1164976
1 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,8 @@
|
|||
</struct>
|
||||
|
||||
<enum name="Texture dimension">
|
||||
<value name="1D" value="0"/>
|
||||
<value name="1D Array" value="1"/>
|
||||
<value name="2D" value="2"/>
|
||||
<value name="2D Array" value="3"/>
|
||||
<value name="2D Multisampled" value="4"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue