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:
Jesse Natalie 2021-12-28 15:29:37 -08:00 committed by Marge Bot
parent 6620c342ac
commit f7e50c8cf2
1 changed files with 1 additions and 0 deletions

View File

@ -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
};