Matias N. Goldberg
c9ec1f7727
Fix buffer updates going to the wrong cmd buffer if barriers were 0
...
From what I could see only SSAO & SSIL were affected when they both
call:
int zero[1] = { 0 };
RD::get_singleton()->buffer_update(ssao.importance_map_load_counter, 0,
sizeof(uint32_t), &zero, 0);
int zero[1] = { 0 };
RD::get_singleton()->buffer_update(ssil.importance_map_load_counter, 0,
sizeof(uint32_t), &zero, 0);
Also documented what setup_command_buffer & draw_command_buffer are for.
2023-10-21 13:14:38 -03:00
..
2023-10-11 08:40:05 +02:00
2023-01-31 20:04:11 +01:00
2023-10-21 13:14:38 -03:00
2023-10-10 20:03:35 +02:00
2023-10-11 13:21:29 +02:00
2023-10-11 13:21:29 +02:00
2023-01-05 13:25:55 +01:00
2023-08-28 12:53:56 +02:00
2023-02-21 11:23:17 +03:00
2023-02-21 11:23:17 +03:00
2023-01-05 13:25:55 +01:00
2023-06-14 09:58:08 +10:00
2023-10-06 00:24:29 +02:00
2023-09-25 10:37:47 -03:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-15 17:18:50 +01:00
2023-01-05 13:25:55 +01:00
2023-10-04 15:45:39 +02:00
2023-10-03 13:51:47 +02:00
2023-01-13 12:53:19 -08:00
2023-09-05 15:29:56 +03:00
2023-09-27 10:22:03 -04:00
2023-10-05 12:02:23 -06:00
2023-10-05 12:02:23 -06:00
2023-01-05 13:25:55 +01:00
2023-09-25 10:37:47 -03:00
2023-10-05 11:35:29 +02:00
2023-10-11 13:21:29 +02:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2022-06-28 00:10:29 +10:00
2023-10-03 17:20:23 +02:00
2023-06-22 01:11:57 +03:00
2023-10-09 23:23:35 +02:00
2023-10-03 17:20:23 +02:00
2023-09-06 16:57:40 +03:00
2023-09-06 22:54:38 +02:00
2023-10-10 20:03:35 +02:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00