summaryrefslogtreecommitdiff
path: root/engine/xe_device.cpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-10-03 06:50:49 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-10-03 06:50:49 -0400
commit1701aa5a616f3de55b0a426f8d9e679f2c98a0c6 (patch)
tree87a6c13fb8b7884046f9fdf8c0b7dcaaf6952f28 /engine/xe_device.cpp
parentmove chunk loading into world class (diff)
downloadminecraftvulkan-1701aa5a616f3de55b0a426f8d9e679f2c98a0c6.tar.gz
minecraftvulkan-1701aa5a616f3de55b0a426f8d9e679f2c98a0c6.tar.bz2
minecraftvulkan-1701aa5a616f3de55b0a426f8d9e679f2c98a0c6.zip
mouse pickingHEADmain
Diffstat (limited to 'engine/xe_device.cpp')
-rwxr-xr-xengine/xe_device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/xe_device.cpp b/engine/xe_device.cpp
index dc4d5f1..3c13150 100755
--- a/engine/xe_device.cpp
+++ b/engine/xe_device.cpp
@@ -170,6 +170,7 @@ void Device::createLogicalDevice() {
VkPhysicalDeviceFeatures deviceFeatures = {};
deviceFeatures.samplerAnisotropy = VK_TRUE;
+ deviceFeatures.fillModeNonSolid = VK_TRUE;
VkDeviceCreateInfo createInfo = {};
createInfo.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO;