Browse Source

Giving maintance to driver features and unused extensions

test-revert-gpu-optim
CamilleLaVey 2 months ago
committed by lizzie
parent
commit
47f0563c1b
  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