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 358eb3d commit 024fde2Copy full SHA for 024fde2
Sources/OpenGraphCxx/include/OpenGraph/OGValueOptions.h
@@ -9,6 +9,8 @@
9
10
typedef OG_OPTIONS(uint32_t, OGValueOptions) {
11
OGValueOptionsNone = 0,
12
+ OGValueOptionsInputOptionsUnprefetched = 1 << 0,
13
+ OGValueOptionsInputOptionsSyncMainRef = 1 << 1,
14
OGValueOptionsInputOptionsMask = 0x03,
15
16
OGValueOptionsIncrementGraphVersion = 1 << 2, // AsTopLevelOutput
0 commit comments