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 @@ -1544,6 +1544,7 @@ impl super::Instance {
15441544 } ) ,
15451545 image_format_list : phd_capabilities. device_api_version >= vk:: API_VERSION_1_2
15461546 || phd_capabilities. supports_extension ( khr:: image_format_list:: NAME ) ,
1547+ #[ cfg( windows) ]
15471548 external_memory_win32 : phd_capabilities. device_api_version >= vk:: API_VERSION_1_1
15481549 || phd_capabilities. supports_extension ( khr:: external_memory_win32:: NAME ) ,
15491550 } ;
Original file line number Diff line number Diff line change @@ -532,6 +532,7 @@ struct PrivateCapabilities {
532532 robust_image_access2 : bool ,
533533 zero_initialize_workgroup_memory : bool ,
534534 image_format_list : bool ,
535+ #[ cfg( windows) ]
535536 external_memory_win32 : bool ,
536537}
537538
You can’t perform that action at this time.
0 commit comments