mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
anv/gen8_pipeline: Fix typo in semicolon
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
7daafad9ac
commit
fa04b57c15
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ genX(graphics_pipeline_create)(
|
|||
vs.SamplerCount = 0;
|
||||
|
||||
vs.BindingTableEntryCount =
|
||||
vs_prog_data->base.base.binding_table.size_bytes / 4,
|
||||
vs_prog_data->base.base.binding_table.size_bytes / 4;
|
||||
|
||||
vs.ThreadDispatchPriority = false;
|
||||
vs.FloatingPointMode = IEEE754;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue