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