Skip to content

Conversation

@neobrain
Copy link
Member

@neobrain neobrain commented Jan 9, 2026

eb95a95 (#5171) did not keep the interface file in sync with the output of DefinitionExtract.py. Some definitions were reordered in the Vulkan headers, and diverging from that order makes future Vulkan header updates harder to diff and integrate.

There also is no "conflict" about CUDA extensions; instead, the previous update didn't reflect that the new headers fully hide beta extensions. (See also #5208)

Also refreshed the definitions used for 32-bit applications.

eb95a95 (FEX-Emu#5171) did not keep the interface
file in sync with the output of DefinitionExtract.py. Some definitions were
reordered in the Vulkan headers.

There also is no "conflict" about CUDA extensions; instead, the previous
update didn't reflect that the new headers fully hide beta extensions.
@neobrain
Copy link
Member Author

neobrain commented Jan 9, 2026

CC @lioncash : To note for future reviews of Vulkan header updates: DefinitionExtract output must be reproducible, and breaking it makes future updates needlessly involved.

@neobrain neobrain force-pushed the fix_libfwd_vulkan_update branch from b8d448e to a26aee4 Compare January 9, 2026 11:49
Copy link
Member

@Sonicadvance1 Sonicadvance1 left a comment

Choose a reason for hiding this comment

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

I'll give this a test today.

@Sonicadvance1 Sonicadvance1 merged commit 50ff4cc into FEX-Emu:main Jan 9, 2026
13 checks passed
@neobrain
Copy link
Member Author

Thanks for testing!

FYI git-diff supports highlighting moved lines with a separate color, using which it becomes apparent that the first two patches here are NFC.

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