Skip to content

Commit

Permalink
enable depth bias clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nicebyte committed Jan 25, 2025
1 parent dcd2e8a commit bd3cadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ngf-vk/impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd3cadd

Please sign in to comment.