oops
This commit is contained in:
parent
52f3e0cd8f
commit
e4e688b720
|
@ -84,6 +84,7 @@ fn DeviceManager::createLogicalDevice(
|
||||||
});
|
});
|
||||||
|
|
||||||
vk::PhysicalDeviceFeatures deviceFeatures {
|
vk::PhysicalDeviceFeatures deviceFeatures {
|
||||||
|
.fillModeNonSolid = vk::True,
|
||||||
.wideLines = vk::True,
|
.wideLines = vk::True,
|
||||||
.samplerAnisotropy = vk::True,
|
.samplerAnisotropy = vk::True,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue