mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
d3d12: Add missed SSBO binding enum value
Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14342>
This commit is contained in:
parent
6620c342ac
commit
f7e50c8cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ enum d3d12_binding_type {
|
|||
D3D12_BINDING_SHADER_RESOURCE_VIEW,
|
||||
D3D12_BINDING_SAMPLER,
|
||||
D3D12_BINDING_STATE_VARS,
|
||||
D3D12_BINDING_SSBO,
|
||||
D3D12_NUM_BINDING_TYPES
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue