2021-05-04 17:24:35 -04:00
..
2021-04-14 11:08:21 -04:00
2021-03-18 08:13:59 -04:00
2021-04-22 18:24:26 -04:00
2021-04-29 19:32:06 -04:00
2021-04-01 05:20:16 -04:00
2021-05-04 14:01:51 -04:00
2021-03-31 08:32:56 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-15 18:15:07 -04:00
2021-05-04 11:03:15 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-12 12:44:16 -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-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-05-04 17:24:35 -04:00
2021-04-13 10:48:43 -04:00
2021-04-29 19:32:06 -04:00
2021-04-05 19:11:24 -04:00
2021-03-31 09:12:16 -04:00
2021-04-01 12:41:54 -04:00
2021-05-03 15:49:00 -04:00
2021-04-14 10:36:24 -04:00
2021-05-03 14:24:43 -04:00
2021-05-04 16:43:57 -04:00
2021-03-29 08:32:17 -04:00
2021-04-29 19:32:06 -04:00
2021-03-29 15:53:41 -04:00
2021-04-22 05:26:25 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-05-04 16:26:56 -04:00
2021-04-29 19:32:06 -04:00
2021-04-28 05:43:11 -04:00
2021-04-29 19:32:06 -04:00
2021-03-13 16:09:12 -04:00
2021-05-04 16:26:56 -04:00
2021-04-07 22:22:12 -04:00
2021-04-26 12:11:27 -04:00
2021-05-03 22:01:29 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-05 19:11:24 -04:00
2021-03-25 16:51:36 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-27 09:34:50 -04:00
2021-05-04 17:19:05 -04:00
2021-05-01 01:01:07 -04:00
2021-04-29 19:32:06 -04:00
2021-04-21 04:17:42 -04:00
2021-04-29 19:32:06 -04:00
2021-05-04 05:52:32 -04:00
2021-05-03 15:49:00 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-03-25 18:23:39 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-26 09:23:26 -04:00
2021-04-29 19:32:06 -04:00
2021-03-23 21:05:23 -04:00
2021-04-27 09:25:32 -04:00
2021-04-07 02:56:12 -04:00
2021-05-04 15:46:56 -04:00
2021-05-04 16:26:56 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 19:32:06 -04:00
2021-04-29 11:21:44 -04:00
2021-04-29 19:32:06 -04:00
2021-04-12 12:46:47 -04:00
2021-05-04 12:03:13 -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-04-16 10:07:05 -04:00
2021-04-14 16:10:04 -04:00