mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 14:20:29 +01:00
zink: fix bad indent
This was indented too much Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23027>
This commit is contained in:
parent
7b52dcff52
commit
e6edce2f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ spirv_builder_emit_entry_point(struct spirv_builder *b,
|
|||
b->entry_points.words[pos] |= (3 + len + num_interfaces) << 16;
|
||||
spirv_buffer_prepare(&b->entry_points, b->mem_ctx, num_interfaces);
|
||||
for (int i = 0; i < num_interfaces; ++i)
|
||||
spirv_buffer_emit_word(&b->entry_points, interfaces[i]);
|
||||
spirv_buffer_emit_word(&b->entry_points, interfaces[i]);
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue