Skip to content

Commit 5ac3c6a

Browse files
committed
add migration guide
1 parent aafa507 commit 5ac3c6a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "RenderTarget error handling"
3+
pull_requests: [20503]
4+
---
5+
6+
`NormalizedRenderTargetExt::get_render_target_info` now returns a `Result`,
7+
with the `Err` variant indicating which render target (image, window, etc)
8+
failed to load its metadata.
9+
10+
This should mostly be treated as a hard error, since it indicates the rendering
11+
state of the app is broken.

0 commit comments

Comments
 (0)