small fixes
This commit is contained in:
parent
84927bf182
commit
9f7e72b784
3 changed files with 3 additions and 1 deletions
|
|
@ -543,7 +543,9 @@ impl MyAppCreator {
|
|||
.build();
|
||||
queue_create_infos.push(queue_create_info);
|
||||
|
||||
let physical_device_features = vk::PhysicalDeviceFeatures::builder().build();
|
||||
let physical_device_features = vk::PhysicalDeviceFeatures::builder()
|
||||
.sampler_anisotropy(true)
|
||||
.build();
|
||||
|
||||
let enable_extension_names = required_device_extensions
|
||||
.iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue