Skip to content

Commit 5caf874

Browse files
authored
Removing extra double-quote at the end of a comment in VkFormatFeatureFlagBits2 (#2680)
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.
1 parent fb81166 commit 5caf874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/vk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13360,7 +13360,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
1336013360
<enum bitpos="10" name="VK_FORMAT_FEATURE_2_BLIT_SRC_BIT"/>
1336113361
<enum bitpos="11" name="VK_FORMAT_FEATURE_2_BLIT_DST_BIT"/>
1336213362
<enum bitpos="12" name="VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT"/>
13363-
<comment>bitpos 13 is an extension interaction with VK_EXT_filter_cubic"</comment>
13363+
<comment>bitpos 13 is an extension interaction with VK_EXT_filter_cubic</comment>
1336413364
<enum bitpos="14" name="VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT"/>
1336513365
<enum bitpos="15" name="VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT"/>
1336613366
<enum bitpos="16" name="VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT"/>

0 commit comments

Comments
 (0)