Skip to content

Commit 7415297

Browse files
committed
Add TransformEnums mod to all jobs
1 parent d91bcd7 commit 7415297

File tree

102 files changed

+7369
-7311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+7369
-7311
lines changed

.silktouch/72b687a9cceac28c.stout

0 Bytes
Binary file not shown.

.silktouch/82fde6eb3b68e085.stout

0 Bytes
Binary file not shown.

.silktouch/91c9aa14a031651f.stout

0 Bytes
Binary file not shown.

.silktouch/c8c046b328b09d23.stout

0 Bytes
Binary file not shown.

generator.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"TransformFunctions",
4747
"TransformProperties",
4848
"PrettifyNames",
49+
"TransformEnums",
4950
"AddVTables",
5051
"StripAttributes"
5152
],
@@ -72,6 +73,10 @@
7273
"PrettifyNames": {
7374
"GlobalPrefixHints": ["SDL"]
7475
},
76+
"TransformEnums": {
77+
"AddNoneMemberToFlags": true,
78+
"RewriteMemberValues": true
79+
},
7580
"StripAttributes": {
7681
"Remove": [
7782
"NativeTypeName",
@@ -94,6 +99,7 @@
9499
"AddOpaqueStructs",
95100
"TransformFunctions",
96101
"PrettifyNames",
102+
"TransformEnums",
97103
"AddVTables",
98104
"StripAttributes"
99105
],
@@ -171,6 +177,10 @@
171177
"SyncObjectMask": "GL_SYNC"
172178
}
173179
},
180+
"TransformEnums": {
181+
"AddNoneMemberToFlags": true,
182+
"RewriteMemberValues": true
183+
},
174184
"TransformFunctions": {
175185
"BoolTypes": {
176186
"GLboolean": null
@@ -200,6 +210,7 @@
200210
"InterceptNativeFunctions",
201211
"TransformFunctions",
202212
"PrettifyNames",
213+
"TransformEnums",
203214
"AddVTables",
204215
"StripAttributes"
205216
],
@@ -280,6 +291,10 @@
280291
"EAXSetBufferModeDirect": "EaxSetBufferModeDirect"
281292
}
282293
},
294+
"TransformEnums": {
295+
"AddNoneMemberToFlags": true,
296+
"RewriteMemberValues": true
297+
},
283298
"TransformFunctions": {
284299
"BoolTypes": {
285300
"ALboolean": null,

0 commit comments

Comments
 (0)