Skip to content

Commit 602f87d

Browse files
committed
2 parents 6038e24 + 8925a69 commit 602f87d

34 files changed

+470
-240
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"markdownlint.config": {
3+
"MD028": false,
4+
"MD025": {
5+
"front_matter_title": ""
6+
}
7+
}
8+
}

sdk-api-src/content/d3d12/nf-d3d12-id3d12sdkconfiguration-setsdkversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This method can be used only in Windows Developer Mode.
7171

7272
To set the SDK version using this API, you must call it before you create the Direct3D 12 device. Calling this API *after* creating the Direct3D 12 device will cause the Direct3D 12 runtime to remove the device.
7373

74-
If the `D3D12.dll` installed with the OS is newer than the SDK version specified, then the OS version is used instead.
74+
If the `d3d12core.dll` installed with the OS is newer than the SDK version specified, then the OS version is used instead.
7575

7676
You can retrieve the version of a particular `D3D12Core.dll` from the exported symbol [**D3D12SDKVersion**](nf-d3d12-d3d12sdkversion.md), which is a variable of type **UINT**, just like the variables exported from applications to enable use of the Agility SDK.
7777

0 commit comments

Comments
 (0)