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 2f858c4 commit 504745eCopy full SHA for 504745e
Sources/OpenGraph_SPI/include/OGValueOptions.h
@@ -9,6 +9,8 @@
9
10
typedef OG_OPTIONS(uint32_t, OGValueOptions) {
11
OGValueOptionsNone = 0,
12
+ AGValueOptionsInputOptionsUnprefetched = 1 << 0,
13
+ AGValueOptionsInputOptionsSyncMainRef = 1 << 1,
14
OGValueOptionsInputOptionsMask = 0x03,
15
16
OGValueOptionsIncrementGraphVersion = 1 << 2, // AsTopLevelOutput
0 commit comments