Browse Source

Giving maintance to driver features and unused extensions

pull/3043/head
CamilleLaVey 3 months ago
committed by crueter
parent
commit
6f5825dec4
  1. 1
      src/video_core/vulkan_common/vulkan_device.h

1
src/video_core/vulkan_common/vulkan_device.h

@ -840,7 +840,6 @@ private:
VkPhysicalDevicePushDescriptorPropertiesKHR push_descriptor{};
VkPhysicalDeviceSubgroupSizeControlProperties subgroup_size_control{};
VkPhysicalDeviceTransformFeedbackPropertiesEXT transform_feedback{};
VkPhysicalDeviceProperties properties{};
};

Loading…
Cancel
Save