Skip to content

Commit 3007d25

Browse files
committed
ash runner: switch Vulkan Memory Model from extension to core feature
1 parent 71c6330 commit 3007d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/runners/ash/src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl MyDevice {
115115
physical_device,
116116
&vk::DeviceCreateInfo::default()
117117
.push_next(
118-
&mut vk::PhysicalDeviceVulkanMemoryModelFeatures::default()
118+
&mut vk::PhysicalDeviceVulkan12Features::default()
119119
.vulkan_memory_model(true),
120120
)
121121
.push_next(

0 commit comments

Comments
 (0)