Skip to content

Commit 7a72e28

Browse files
authored
Update terms table formatting (#226)
1 parent d198170 commit 7a72e28

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

d3d/D3D12GpuDumps.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ v0.01 12 Mar 2026
4242
---
4343

4444
## Terms and Acronyms
45-
| Term | Definition |
46-
|------------------|------------------------------------------------------------------------------------|
47-
| 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" |
52-
| IHV | Independent Hardware Vendor, aka "GPU manufacturer" or "hardware developer" |
53-
| 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+
| Term | Definition |
46+
|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
47+
| 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" |
52+
| IHV | Independent Hardware Vendor, aka "GPU manufacturer" or "hardware developer" |
53+
| 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 |
5757

5858
# Overview
5959

0 commit comments

Comments
 (0)