Skip to content

Commit 024fde2

Browse files
committed
Add options to OGValueOptions
1 parent 358eb3d commit 024fde2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/OpenGraphCxx/include/OpenGraph/OGValueOptions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
typedef OG_OPTIONS(uint32_t, OGValueOptions) {
1111
OGValueOptionsNone = 0,
12+
OGValueOptionsInputOptionsUnprefetched = 1 << 0,
13+
OGValueOptionsInputOptionsSyncMainRef = 1 << 1,
1214
OGValueOptionsInputOptionsMask = 0x03,
1315

1416
OGValueOptionsIncrementGraphVersion = 1 << 2, // AsTopLevelOutput

0 commit comments

Comments
 (0)