Skip to content

Commit c567e50

Browse files
committed
use release-resources variant of abandonContext
1 parent aabb042 commit c567e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/vulkan/renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct VulkanBackend{
203203

204204
impl Drop for VulkanBackend{
205205
fn drop(&mut self) {
206-
self.skia_ctx.abandon();
206+
self.skia_ctx.release_resources_and_abandon();
207207
}
208208
}
209209

0 commit comments

Comments
 (0)