You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| TDR | Timeout Detection and Recovery, a feature in Windows that detects when the GPU is taking longer than expected to complete an operation. It then resets the GPU to prevent the entire system from becoming unresponsive. |
48
-
| dxgkrnl | GPU scheduler, a component of the DirectX graphics kernel subsystem in Windows, responsible for timeout detection and recovery |
49
-
| LKD | Live kernel dump, a TDR LKD created by dxgkrnl on a TDR |
50
-
| DirectX Dump Files | Application specific GPU dumps created by DirectX that this spec describes |
51
-
| ISV | Xbox and PC game developer, or author of other applications using DirectX, aka "software developer" |
| D3D12 runtime | D3D12Core.dll in Agility SDK or in Windows OS |
54
-
| Developer scenario | The one where a D3D12 application is running at a company developing it |
55
-
| Retail scenario | The one where an end user is running a D3D12 application they did not develop |
56
-
| Overhead | Reduced frame rate or increased memory consumption due to extra mechanisms enabled for debugging purposes while the application is running |
45
+
46
+
| Term | Definition |
47
+
| -- | -- |
48
+
| TDR | Timeout Detection and Recovery, a feature in Windows that detects when the GPU is taking longer than expected to complete an operation. It then resets the GPU to prevent the entire system from becoming unresponsive. |
49
+
| dxgkrnl | GPU scheduler, a component of the DirectX graphics kernel subsystem in Windows, responsible for timeout detection and recovery |
50
+
| LKD | Live kernel dump, a TDR LKD created by dxgkrnl on a TDR |
51
+
| DirectX Dump Files | Application specific GPU dump files created by DirectX that this spec describes |
52
+
| ISV | Xbox and PC game developer, or author of other applications using DirectX, aka "software developer" |
| D3D12 runtime | D3D12Core.dll in Agility SDK or in Windows OS |
55
+
| Developer scenario | The one where a D3D12 application is running at a company developing it |
56
+
| Retail scenario | The one where an end user is running a D3D12 application they did not develop |
57
+
| Overhead | Reduced frame rate or increased memory consumption due to extra mechanisms enabled for debugging purposes while the application is running |
0 commit comments