File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 161
161
"SourceProject" : " sources/Vulkan/Vulkan/Silk.NET.Vulkan.csproj" ,
162
162
"Solution" : " Silk.NET.sln" ,
163
163
"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
+ },
164
200
}
165
201
}
166
202
}
You can’t perform that action at this time.
0 commit comments