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(
2177
2177
external_image_id : ExternalImageId ,
2178
2178
image_type : & ExternalImageType ,
2179
2179
channel_index : u8 ,
2180
- normalized_uvs : bool ,
2181
2180
) {
2182
2181
txn. add_image (
2183
2182
image_key,
@@ -2186,7 +2185,6 @@ pub extern "C" fn wr_resource_updates_add_external_image(
2186
2185
id : external_image_id,
2187
2186
channel_index,
2188
2187
image_type : * image_type,
2189
- normalized_uvs,
2190
2188
} ) ,
2191
2189
None ,
2192
2190
) ;
@@ -2224,7 +2222,6 @@ pub extern "C" fn wr_resource_updates_update_external_image(
2224
2222
external_image_id : ExternalImageId ,
2225
2223
image_type : & ExternalImageType ,
2226
2224
channel_index : u8 ,
2227
- normalized_uvs : bool ,
2228
2225
) {
2229
2226
txn. update_image (
2230
2227
key,
@@ -2233,7 +2230,6 @@ pub extern "C" fn wr_resource_updates_update_external_image(
2233
2230
id : external_image_id,
2234
2231
channel_index,
2235
2232
image_type : * image_type,
2236
- normalized_uvs,
2237
2233
} ) ,
2238
2234
& DirtyRect :: All ,
2239
2235
) ;
@@ -2247,7 +2243,6 @@ pub extern "C" fn wr_resource_updates_update_external_image_with_dirty_rect(
2247
2243
external_image_id : ExternalImageId ,
2248
2244
image_type : & ExternalImageType ,
2249
2245
channel_index : u8 ,
2250
- normalized_uvs : bool ,
2251
2246
dirty_rect : DeviceIntRect ,
2252
2247
) {
2253
2248
txn. update_image (
@@ -2257,7 +2252,6 @@ pub extern "C" fn wr_resource_updates_update_external_image_with_dirty_rect(
2257
2252
id : external_image_id,
2258
2253
channel_index,
2259
2254
image_type : * image_type,
2260
- normalized_uvs,
2261
2255
} ) ,
2262
2256
& DirtyRect :: Partial ( dirty_rect) ,
2263
2257
) ;
You can’t perform that action at this time.
0 commit comments