Skip to content

Commit 3725f9b

Browse files
committed
Add all mods up to and including MixKhronosData
1 parent 0b9d036 commit 3725f9b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

generator.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,42 @@
161161
"SourceProject": "sources/Vulkan/Vulkan/Silk.NET.Vulkan.csproj",
162162
"Solution": "Silk.NET.sln",
163163
"DefaultLicenseHeader": "eng/silktouch/header.txt",
164+
"Mods": [
165+
"AddIncludes",
166+
"ClangScraper",
167+
"AddApiProfiles",
168+
"BakeSourceSets",
169+
"MixKhronosData",
170+
],
171+
"ClangScraper": {
172+
"ClangSharpResponseFiles": [
173+
"eng/silktouch/vulkan/**/generate.rsp"
174+
],
175+
"InputSourceRoot": "sources/Vulkan",
176+
"InputTestRoot": "tests/Vulkan"
177+
},
178+
"AddApiProfiles": {
179+
"Profiles": [
180+
{
181+
"Profile": "vulkan",
182+
"SourceSubdirectory": "vulkan"
183+
},
184+
{
185+
"Profile": "vulkansc",
186+
"SourceSubdirectory": "vulkansc",
187+
}
188+
]
189+
},
190+
"BakeSourceSets": {
191+
"SourceSets": {
192+
"vulkan": "vulkan",
193+
"vulkansc": "vulkan",
194+
}
195+
},
196+
"MixKhronosData": {
197+
"SpecPath": "eng/submodules/vulkan/xml/vk.xml",
198+
"Namespace": "Silk.NET.Vulkan"
199+
},
164200
}
165201
}
166202
}

0 commit comments

Comments
 (0)