Skip to content

Remove extra double-quote at the end of a comment#2680

Merged
oddhack merged 1 commit intoKhronosGroup:mainfrom
osor-io:main
Feb 16, 2026
Merged

Remove extra double-quote at the end of a comment#2680
oddhack merged 1 commit intoKhronosGroup:mainfrom
osor-io:main

Conversation

@osor-io
Copy link
Contributor

@osor-io osor-io commented Feb 15, 2026

I imagine this was just a copy-paste issue with any of the other places that have VK_EXT_filter_cubic quoted.

This was confusing some tokenizing code when hitting VkFormatFeatureFlagBits2, where it started parsing double-quoted strings after the end of the "bitpos 13..." comment, generally messing up the parsing of the whole file after that.

Parsers that don't let double-quoted strings go outside the XML tags would be fine, but I had some internally that didn't, so proposing the change here to be merged if possible.

Thanks! 😄

…reFlagBits2`

This was confusing some tokenizing code, where it started parsing double-quoted strings after the end of the "bitpos 13..." comment, generally messing up the parsing of the whole file after that.
@CLAassistant
Copy link

CLAassistant commented Feb 15, 2026

CLA assistant check
All committers have signed the CLA.

@oddhack oddhack added this to the Signed-off to Merge milestone Feb 16, 2026
@oddhack oddhack merged commit 5caf874 into KhronosGroup:main Feb 16, 2026
15 checks passed
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.

3 participants