diff options
Diffstat (limited to 'adapters/fparkan-render-vulkan')
| -rw-r--r-- | adapters/fparkan-render-vulkan/src/ffi/smoke.rs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi/smoke.rs b/adapters/fparkan-render-vulkan/src/ffi/smoke.rs index 528f55d..228e763 100644 --- a/adapters/fparkan-render-vulkan/src/ffi/smoke.rs +++ b/adapters/fparkan-render-vulkan/src/ffi/smoke.rs @@ -32,7 +32,14 @@ fn take_runtime_owners_in_dependency_order<Instance, Validation, Surface, Device instance.take(); } -fn take_runtime_children_with_validation_snapshot<Surface, Device, Swapchain, Validation, Snapshot, Capture>( +fn take_runtime_children_with_validation_snapshot< + Surface, + Device, + Swapchain, + Validation, + Snapshot, + Capture, +>( surface: &mut Option<Surface>, device: &mut Option<Device>, swapchain: &mut Option<Swapchain>, |
