We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fc141 commit cfeaddcCopy full SHA for cfeaddc
generator.json
@@ -167,6 +167,8 @@
167
"AddApiProfiles",
168
"BakeSourceSets",
169
"MixKhronosData",
170
+ "TransformFunctions",
171
+ "PrettifyNames",
172
],
173
"ClangScraper": {
174
"ClangSharpResponseFiles": [
@@ -197,6 +199,10 @@
197
199
"SpecPath": "eng/submodules/vulkan/xml/vk.xml",
198
200
"Namespace": "Silk.NET.Vulkan"
201
},
202
+ "PrettifyNames": {
203
+ "LongAcronymThreshold": 4,
204
+ "GlobalPrefixHint": "vk"
205
+ },
206
}
207
208
0 commit comments