Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VK_EXT_physical_device_drm #3467

Closed
wants to merge 1 commit into from

Conversation

misyltoad
Copy link
Contributor

Description

Adds support for the VK_EXT_physical_device_drm extension.

@misyltoad misyltoad force-pushed the VK_EXT_physical_device_drm branch from 9ff742e to c03544b Compare October 28, 2024 23:49
@@ -1456,6 +1456,10 @@ SERIALISE_VK_HANDLES();
PNEXT_STRUCT(VK_STRUCTURE_TYPE_SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM, \
VkSubpassFragmentDensityMapOffsetEndInfoQCOM) \
\
/* VK_EXT_physical_device_drm */ \
PNEXT_STRUCT(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT, \
VkPhysicalDeviceDrmPropertiesEXT) \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: these extensions are listed in alphabetical order (and in EXT/KHR tag groups) could you move this up?

Copy link
Owner

@baldurk baldurk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to clarify this looks good otherwise and I'll merge once the nit is addressed.

@baldurk
Copy link
Owner

baldurk commented Jan 10, 2025

Closing this due to lack of activity from the PR author and no response to feedback.

If you are the author and you'd like to revisit this change please open a new PR and address the feedback above.

@baldurk baldurk closed this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants