Skip to content

Commit cfeaddc

Browse files
committed
Add TransformFunctions and PrettifyNames mods to Vulkan generator config
1 parent d7fc141 commit cfeaddc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generator.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
"AddApiProfiles",
168168
"BakeSourceSets",
169169
"MixKhronosData",
170+
"TransformFunctions",
171+
"PrettifyNames",
170172
],
171173
"ClangScraper": {
172174
"ClangSharpResponseFiles": [
@@ -197,6 +199,10 @@
197199
"SpecPath": "eng/submodules/vulkan/xml/vk.xml",
198200
"Namespace": "Silk.NET.Vulkan"
199201
},
202+
"PrettifyNames": {
203+
"LongAcronymThreshold": 4,
204+
"GlobalPrefixHint": "vk"
205+
},
200206
}
201207
}
202208
}

0 commit comments

Comments
 (0)