Wunk
ac9d72a95c
vk_texture_runtime: Fix debug scope label lambda-capture ( #7102 )
...
`DebugScope` was capturing a `string_view` in a lambda which is only
valid during the scope of this ctor. When the lambda gets invoked at a
later time, it will read undefined garbage. The lambda needs to make a
deep copy of this `string_view` into a `string` so that it is valid by
the time the scheduler invokes this lambda.
2023-11-01 21:30:54 +01:00
..
2023-08-03 00:51:10 +03:00
2023-07-07 01:52:40 +03:00
2023-09-13 01:28:50 +03:00
2023-09-13 01:28:50 +03:00
2023-10-22 22:53:14 +03:00
2023-09-11 00:29:55 +03:00
2023-11-01 21:30:54 +01:00
2023-10-18 19:41:36 +03:00
2023-07-07 01:52:40 +03:00
2023-09-30 02:06:06 -07:00
2023-06-24 00:59:18 +02:00
2020-02-13 17:34:16 +08:00
2023-06-24 00:59:18 +02:00
2020-02-13 17:42:10 +08:00
2023-07-07 01:52:40 +03:00
2020-08-19 01:45:57 -03:00
2023-06-24 00:59:18 +02:00
2023-07-07 01:52:40 +03:00
2018-03-09 10:54:43 -07:00
2022-12-17 16:06:38 +01:00
2020-04-18 20:40:45 -04:00
2020-04-20 16:21:37 +02:00
2023-09-30 02:06:06 -07:00
2023-09-30 02:06:06 -07:00
2023-09-13 01:28:50 +03:00
2023-09-13 01:28:50 +03:00
2022-11-04 23:32:57 +01:00
2022-10-05 18:43:07 +02:00
2023-06-24 00:59:18 +02:00
2020-05-01 06:08:20 -04:00
2023-04-21 10:14:55 +03:00
2017-02-09 00:04:24 -08:00
2022-08-21 02:22:57 +03:00
2023-10-22 22:53:14 +03:00
2023-10-22 22:53:14 +03:00
2018-03-09 10:54:43 -07:00
2023-06-24 00:59:18 +02:00
2017-02-04 13:59:12 -08:00
2023-10-10 12:52:47 -07:00
2023-06-25 15:22:41 +05:30