mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
microsoft/compiler: Fix typo in enum entry
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Bill Kristiansen <billkris@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14399>
This commit is contained in:
parent
b5cb81f8c1
commit
02f46b67cd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ enum dxil_resource_type {
|
|||
DXIL_RES_CBV = 2,
|
||||
DXIL_RES_SRV_TYPED = 3,
|
||||
DXIL_RES_SRV_RAW = 4,
|
||||
DXIL_RES_SRC_STRUCTURED = 5,
|
||||
DXIL_RES_SRV_STRUCTURED = 5,
|
||||
DXIL_RES_UAV_TYPED = 6,
|
||||
DXIL_RES_UAV_RAW = 7,
|
||||
DXIL_RES_UAV_STRUCTURED,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue