2021-05-13 20:44:17 -04:00
..
2021-05-11 16:25:51 -04:00
2021-05-13 09:49:57 -04:00
2021-05-12 16:47:58 -04:00
2021-04-29 19:32:06 -04:00
2021-05-12 07:30:40 -04:00
2021-05-13 10:56:35 -04:00
2021-05-05 15:22:49 -04:00
2021-05-11 13:47:46 -04:00
2021-04-29 19:32:06 -04:00
2021-04-15 18:15:07 -04:00
2021-05-12 18:10:03 -04:00
2021-05-12 18:10:03 -04:00
2021-05-10 14:19:15 -04:00
2021-04-29 19:32:06 -04:00
2021-05-05 15:07:25 -04:00
2021-05-12 18:10:03 -04:00
Implemented a Nanite visualization overview, with a data-driven tile layout. This is similar to the gbuffer overview, except using a custom global shader instead of the post process material shader approach. Additionally, I managed to do this with just a single Nanite cull/raster pass. We already had a rasterizer permutation for retail vs. any visualization enabled, but it was a single ordinal mode. The rasterizer would do a 64b max and a 32b add. Was worried I needed arrays, multi-pass, strided output buffer, etc.. but then realized max is only used by raster mode, and add is only used by overdraw mode. I changed it all to a bitmask, run the rasterizer with that, and then multi-pass all the modes in screen space off the buffer.
2021-03-25 15:02:12 -04:00
2021-04-29 19:32:06 -04:00
2021-05-12 18:10:03 -04:00
2021-05-12 18:10:03 -04:00
2021-05-10 14:19:15 -04:00
2021-05-12 18:10:03 -04:00
2021-05-10 14:19:15 -04:00
2021-05-10 11:47:09 -04:00
2021-05-10 14:19:15 -04:00
2021-05-13 18:57:52 -04:00
2021-04-05 19:11:24 -04:00
2021-03-31 09:12:16 -04:00
2021-05-12 16:02:22 -04:00
2021-05-13 15:10:55 -04:00
2021-04-14 10:36:24 -04:00
2021-05-10 14:19:15 -04:00
2021-05-13 17:55:10 -04:00
2021-03-29 08:32:17 -04:00
2021-05-10 14:19:15 -04:00
2021-03-29 15:53:41 -04:00
2021-05-13 17:11:19 -04:00
2021-05-12 04:16:45 -04:00
2021-04-29 19:32:06 -04:00
2021-05-13 17:06:55 -04:00
2021-05-05 15:07:25 -04:00
2021-05-12 18:10:03 -04:00
2021-05-06 08:19:17 -04:00
2021-05-11 15:33:49 -04:00
2021-04-07 22:22:12 -04:00
2021-04-26 12:11:27 -04:00
2021-05-13 12:37:02 -04:00
2021-05-13 15:28:10 -04:00
2021-04-29 19:32:06 -04:00
2021-05-10 16:13:14 -04:00
2021-05-05 15:07:25 -04:00
2021-04-29 19:32:06 -04:00
2021-05-12 18:10:03 -04:00
2021-04-27 09:34:50 -04:00
2021-05-13 09:10:23 -04:00
2021-05-12 18:10:03 -04:00
2021-04-29 19:32:06 -04:00
2021-05-10 14:19:15 -04:00
2021-04-29 19:32:06 -04:00
2021-05-12 18:10:03 -04:00
2021-05-06 13:16:31 -04:00
2021-05-12 18:10:03 -04:00
2021-05-10 14:19:15 -04:00
2021-03-25 18:23:39 -04:00
2021-05-12 18:10:03 -04:00
2021-05-12 16:02:22 -04:00
2021-04-29 19:32:06 -04:00
2021-05-12 17:06:06 -04:00
2021-05-10 14:19:15 -04:00
2021-05-13 09:36:03 -04:00
2021-05-10 14:19:15 -04:00
2021-04-07 02:56:12 -04:00
2021-05-13 20:44:17 -04:00
2021-05-13 13:36:50 -04:00
2021-05-10 14:19:15 -04:00
2021-05-12 18:10:03 -04:00
2021-04-29 19:32:06 -04:00
2021-05-07 05:33:05 -04:00
2021-05-12 18:10:03 -04:00
2021-04-12 12:46:47 -04:00
2021-05-13 19:17:49 -04:00
2021-05-05 15:07:25 -04:00
2021-04-13 15:47:11 -04:00
2021-04-29 19:32:06 -04:00
2021-04-07 02:56:12 -04:00
2021-05-05 15:07:25 -04:00
2021-05-06 09:06:55 -04:00