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: chapters/versions.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The link:https://docs.vulkan.org/spec/latest/chapters/features.html#features-req
71
71
72
72
== Limits
73
73
74
-
Currently, all versions of Vulkan share the same minimum/maximum limit requirements, but any changes would be listed in the link:https://docs.vulkan.org/spec/latest/chapters/limits.html#limits-minmax[Limit Requirements] section of the Vulkan Spec.
74
+
Vulkan versions 1.0 through 1.3 share the same minimum/maximum limit requirements. Vulkan 1.4 introduced changes to some of these limits, notably increasing the guaranteed minimum value for `maxPushConstantsSize` from 128 bytes to 256 bytes. Any changes to limits are listed in the link:https://docs.vulkan.org/spec/latest/chapters/limits.html#limits-minmax[Limit Requirements] section of the Vulkan Spec.
* Take advantage of dynamic rendering local read for more efficient rendering
410
+
* Take advantage of dynamic rendering local read for accessing pixel data directly during rendering (provides an interface to pixel local reads)
411
411
* Update line rendering code to use improved line rasterization features
412
412
* Use map memory 2 for more flexible memory mapping
413
413
* Implement shader subgroup rotate and other shader enhancements
414
-
* Use push descriptor for more efficient descriptor updates
414
+
* Consider push descriptors for descriptor updates where appropriate (note: some vendors may not recommend their use due to performance considerations)
0 commit comments