Skip to content

Commit aa2502b

Browse files
Clarify SyncInterval can be modified by the driver
1 parent c1d8cfb commit aa2502b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If `-hotkey` is used, then one CSV is created for each time recording is started
117117
| ProcessID | The process ID of the process that called Present(). | |
118118
| SwapChainAddress | The address of the swap chain that was presented into. | |
119119
| Runtime | The runtime used to present (e.g., D3D9 or DXGI). | |
120-
| SyncInterval | The sync interval used in the Present() call. | |
120+
| SyncInterval | The sync interval provided by the application in the Present() call. This value may be modified later by the driver, e.g., based on control panel overrides. | |
121121
| PresentFlags | Flags used in the Present() call. | |
122122
| PresentMode | The presentation mode used by the system for this Present(). See the table below for more details. | not `-no_track_display` |
123123
| AllowsTearing | Whether tearing is possible (1) or not (0). | not `-no_track_display` |

0 commit comments

Comments
 (0)