mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
i965/fs: use the right number of UBOs
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
ef7a563829
commit
6f9ca30266
1 changed files with 1 additions and 1 deletions
|
|
@ -1432,7 +1432,7 @@ fs_visitor::nir_emit_intrinsic(const fs_builder &bld, nir_intrinsic_instr *instr
|
|||
*/
|
||||
brw_mark_surface_used(prog_data,
|
||||
stage_prog_data->binding_table.ubo_start +
|
||||
nir->info.num_ssbos - 1);
|
||||
nir->info.num_ubos - 1);
|
||||
}
|
||||
|
||||
if (has_indirect) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue