diff --git a/source/ngf-vk/impl.c b/source/ngf-vk/impl.c index 76888124..e6a03705 100644 --- a/source/ngf-vk/impl.c +++ b/source/ngf-vk/impl.c @@ -3780,6 +3780,7 @@ ngf_error ngf_initialize(const ngf_init_info* init_info) { const VkBool32 enable_cubemap_arrays = NGFVK_DEVICE_LIST[device_idx].capabilities.cubemap_arrays_supported ? VK_TRUE : VK_FALSE; const VkPhysicalDeviceFeatures required_features = { + .depthBiasClamp = VK_TRUE, .independentBlend = VK_TRUE, .samplerAnisotropy = VK_TRUE, .shaderStorageImageReadWithoutFormat = VK_TRUE,