mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/tpf: Make register_type_table an array of structs with lookup tables.
This commit is contained in:
committed by
Alexandre Julliard
parent
c77e5f1c1f
commit
2258e9d0f3
Notes:
Alexandre Julliard
2023-08-14 20:59:59 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/281
@@ -511,6 +511,8 @@ enum vkd3d_shader_register_type
|
||||
VKD3DSPR_OUTSTENCILREF,
|
||||
VKD3DSPR_UNDEF,
|
||||
|
||||
VKD3DSPR_COUNT,
|
||||
|
||||
VKD3DSPR_INVALID = ~0u,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user