Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Jan 15, 2024
1 parent 87ee98d commit cbc148f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rvk/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ static VkPhysicalDeviceFeatures2* baseline_features(bool ray_tracing) {
features2.features.depthBounds = VK_TRUE;
features2.features.wideLines = VK_TRUE;
features2.features.largePoints = VK_TRUE;
features2.features.alphaToOne = VK_TRUE;
features2.features.samplerAnisotropy = VK_TRUE;
features2.features.occlusionQueryPrecise = VK_TRUE;
features2.features.pipelineStatisticsQuery = VK_TRUE;
Expand Down

0 comments on commit cbc148f

Please sign in to comment.