Commit d8e3bb9
committed
[Tizen] Harden Vulkan external texture resolution
- Null-check the command buffer returned by CreateCommandBuffer()
before dereferencing it in the Impeller path. It can be null when
the context is being torn down.
- Fall back to the engine-provided size when the embedder does not
populate the texture width/height, matching the Skia path.1 parent a0e4223 commit d8e3bb9
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
156 | 164 | | |
157 | 165 | | |
158 | 166 | | |
| |||
0 commit comments