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
Copy file name to clipboardExpand all lines: Samples/Desktop/D3D12Multithreading/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,4 @@ This sample demonstrates the use of multiple threads with Direct3D 12. An app ca
20
20
### Optional features
21
21
This sample has been updated to build against the Windows 10 Anniversary Update SDK. In this SDK a new revision of Root Signatures is available for Direct3D 12 apps to use. Root Signature 1.1 allows for apps to declare when descriptors in a descriptor heap won't change or the data descriptors point to won't change. This allows the option for drivers to make optimizations that might be possible knowing that something (like a descriptor or the memory it points to) is static for some period of time.
22
22
23
-
This sample is built with Enhanced Barriers. The sample will use Enhanced Barriers if the hardware supports it. If not, Legacy Barriers will be used instead.
23
+
This sample uses Enhanced Barriersif the hardware supports it. Otherwise, Legacy Barriers will be used instead.
Copy file name to clipboardExpand all lines: Samples/Desktop/D3D12SmallResources/readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,6 @@ This sample demonstrates the use of small placed resources in Direct3D 12. The s
21
21
SPACE bar - toggles between using placed and committed resources.
22
22
23
23
### Optional features
24
-
This sample has been updated to build against the Windows 10 Anniversary Update SDK. In this SDK a new revision of Root Signatures is available for Direct3D 12 apps to use. Root Signature 1.1 allows for apps to declare when descriptors in a descriptor heap won't change or the data descriptors point to won't change. This allows the option for drivers to make optimizations that might be possible knowing that something (like a descriptor or the memory it points to) is static for some period of time.
24
+
This sample has been updated to build against the Windows 10 Anniversary Update SDK. In this SDK a new revision of Root Signatures is available for Direct3D 12 apps to use. Root Signature 1.1 allows for apps to declare when descriptors in a descriptor heap won't change or the data descriptors point to won't change. This allows the option for drivers to make optimizations that might be possible knowing that something (like a descriptor or the memory it points to) is static for some period of time.
25
+
26
+
This sample uses Enhanced Barriers if the hardware supports it. Otherwise, Legacy Barriers will be used instead.
0 commit comments