File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1499,6 +1499,7 @@ impl super::Instance {
1499
1499
} ) ,
1500
1500
image_format_list : phd_capabilities. device_api_version >= vk:: API_VERSION_1_2
1501
1501
|| phd_capabilities. supports_extension ( khr:: image_format_list:: NAME ) ,
1502
+ #[ cfg( windows) ]
1502
1503
external_memory_win32 : phd_capabilities. device_api_version >= vk:: API_VERSION_1_1
1503
1504
|| phd_capabilities. supports_extension ( khr:: external_memory_win32:: NAME ) ,
1504
1505
} ;
Original file line number Diff line number Diff line change @@ -451,6 +451,7 @@ struct PrivateCapabilities {
451
451
robust_image_access2 : bool ,
452
452
zero_initialize_workgroup_memory : bool ,
453
453
image_format_list : bool ,
454
+ #[ cfg( windows) ]
454
455
external_memory_win32 : bool ,
455
456
}
456
457
You can’t perform that action at this time.
0 commit comments