@@ -523,7 +523,7 @@ impl ErrorSinkRaw {
523
523
native:: WGPUDeviceLostReason_Destroyed ,
524
524
msg. as_ptr ( ) ,
525
525
userdata,
526
- )
526
+ ) ;
527
527
} ;
528
528
}
529
529
return ;
@@ -1027,7 +1027,7 @@ pub unsafe extern "C" fn wgpuBufferMapAsync(
1027
1027
1028
1028
if let Err ( cause) = gfx_select ! ( buffer_id => context. buffer_map_async( buffer_id, offset as u64 .. ( offset + size) as u64 , operation) )
1029
1029
{
1030
- handle_error ( context, error_sink, cause, "" , None , "wgpuBufferMapAsync" )
1030
+ handle_error ( context, error_sink, cause, "" , None , "wgpuBufferMapAsync" ) ;
1031
1031
} ;
1032
1032
}
1033
1033
@@ -1039,7 +1039,7 @@ pub unsafe extern "C" fn wgpuBufferUnmap(buffer: native::WGPUBuffer) {
1039
1039
} ;
1040
1040
1041
1041
if let Err ( cause) = gfx_select ! ( buffer_id => context. buffer_unmap( buffer_id) ) {
1042
- handle_error ( context, error_sink, cause, "" , None , "wgpuBufferUnmap" )
1042
+ handle_error ( context, error_sink, cause, "" , None , "wgpuBufferUnmap" ) ;
1043
1043
}
1044
1044
}
1045
1045
@@ -1469,7 +1469,7 @@ pub unsafe extern "C" fn wgpuCommandEncoderPopDebugGroup(
1469
1469
"" ,
1470
1470
None ,
1471
1471
"wgpuCommandEncoderPopDebugGroup" ,
1472
- )
1472
+ ) ;
1473
1473
}
1474
1474
}
1475
1475
@@ -1496,7 +1496,7 @@ pub unsafe extern "C" fn wgpuCommandEncoderPushDebugGroup(
1496
1496
"" ,
1497
1497
None ,
1498
1498
"wgpuCommandEncoderPushDebugGroup" ,
1499
- )
1499
+ ) ;
1500
1500
}
1501
1501
}
1502
1502
@@ -1535,7 +1535,7 @@ pub unsafe extern "C" fn wgpuCommandEncoderResolveQuerySet(
1535
1535
"" ,
1536
1536
None ,
1537
1537
"wgpuCommandEncoderResolveQuerySet" ,
1538
- )
1538
+ ) ;
1539
1539
}
1540
1540
}
1541
1541
@@ -1567,7 +1567,7 @@ pub unsafe extern "C" fn wgpuCommandEncoderWriteTimestamp(
1567
1567
"" ,
1568
1568
None ,
1569
1569
"wgpuCommandEncoderWriteTimestamp" ,
1570
- )
1570
+ ) ;
1571
1571
}
1572
1572
}
1573
1573
@@ -1640,7 +1640,7 @@ pub unsafe extern "C" fn wgpuComputePassEncoderEnd(pass: native::WGPUComputePass
1640
1640
"encoder" ,
1641
1641
Some ( Cow :: Borrowed ( & name) ) ,
1642
1642
"wgpuComputePassEncoderEnd" ,
1643
- )
1643
+ ) ;
1644
1644
}
1645
1645
}
1646
1646
@@ -1753,7 +1753,7 @@ pub unsafe extern "C" fn wgpuComputePipelineGetBindGroupLayout(
1753
1753
"" ,
1754
1754
None ,
1755
1755
"wgpuComputePipelineGetBindGroupLayout" ,
1756
- )
1756
+ ) ;
1757
1757
}
1758
1758
1759
1759
Arc :: into_raw ( Arc :: new ( WGPUBindGroupLayoutImpl {
@@ -3610,7 +3610,7 @@ pub unsafe extern "C" fn wgpuRenderPipelineGetBindGroupLayout(
3610
3610
"" ,
3611
3611
None ,
3612
3612
"wgpuRenderPipelineGetBindGroupLayout" ,
3613
- )
3613
+ ) ;
3614
3614
}
3615
3615
3616
3616
Arc :: into_raw ( Arc :: new ( WGPUBindGroupLayoutImpl {
0 commit comments