File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2177,7 +2177,6 @@ pub extern "C" fn wr_resource_updates_add_external_image(
21772177 external_image_id : ExternalImageId ,
21782178 image_type : & ExternalImageType ,
21792179 channel_index : u8 ,
2180- normalized_uvs : bool ,
21812180) {
21822181 txn. add_image (
21832182 image_key,
@@ -2186,7 +2185,6 @@ pub extern "C" fn wr_resource_updates_add_external_image(
21862185 id : external_image_id,
21872186 channel_index,
21882187 image_type : * image_type,
2189- normalized_uvs,
21902188 } ) ,
21912189 None ,
21922190 ) ;
@@ -2224,7 +2222,6 @@ pub extern "C" fn wr_resource_updates_update_external_image(
22242222 external_image_id : ExternalImageId ,
22252223 image_type : & ExternalImageType ,
22262224 channel_index : u8 ,
2227- normalized_uvs : bool ,
22282225) {
22292226 txn. update_image (
22302227 key,
@@ -2233,7 +2230,6 @@ pub extern "C" fn wr_resource_updates_update_external_image(
22332230 id : external_image_id,
22342231 channel_index,
22352232 image_type : * image_type,
2236- normalized_uvs,
22372233 } ) ,
22382234 & DirtyRect :: All ,
22392235 ) ;
@@ -2247,7 +2243,6 @@ pub extern "C" fn wr_resource_updates_update_external_image_with_dirty_rect(
22472243 external_image_id : ExternalImageId ,
22482244 image_type : & ExternalImageType ,
22492245 channel_index : u8 ,
2250- normalized_uvs : bool ,
22512246 dirty_rect : DeviceIntRect ,
22522247) {
22532248 txn. update_image (
@@ -2257,7 +2252,6 @@ pub extern "C" fn wr_resource_updates_update_external_image_with_dirty_rect(
22572252 id : external_image_id,
22582253 channel_index,
22592254 image_type : * image_type,
2260- normalized_uvs,
22612255 } ) ,
22622256 & DirtyRect :: Partial ( dirty_rect) ,
22632257 ) ;
You can’t perform that action at this time.
0 commit comments