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