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