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
echo"Found probable misspellings. Corrections can be added to config/CI/codespell-allowed, or files excluded in config/CI/codespellrc if there is no other option:";\
496
497
$(CODESPELL);\
497
498
exit 1 ;\
@@ -502,7 +503,7 @@ check-spelling:
502
503
# made in outstanding extension branches for new text.
echo"Found use of specification macros in proposal or repository metadocumentation, where they are not allowed. Please use straight asciidoc markup like *must* for fixes:";\
581
582
$(CHECK_CUSTOM_MACROS);\
582
583
exit 1 ;\
583
584
fi
584
-
iftest`$(CHECK_PROPOSALS)| wc -l`!= 0 ;then \
585
-
echo"Found use of {refpage} attribute in proposals (use {docs} or {extensions}, see proposals/template.adoc); or of asciidoctor markup which cannot be rendered on github, such as include: or asciimath: directives:";\
Copy file name to clipboardExpand all lines: proposals/VK_EXT_descriptor_heap.adoc
+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
@@ -772,7 +772,7 @@ There are no absolute guarantees that replay will succeed, as system updates, me
772
772
Implementations are expected to provide a best effort to ensure captured descriptors can be replayed, but are not expected to work around exceptional circumstances, or across driver versions or devices.
773
773
774
774
For the best chance of success, applications should replay in a separate process, using the same system, driver, and device, without any updates since the replay.
775
-
Additionally, tools must capture some data from the implementation during capture to give the implementation the information to recreate identical descriptors during replay, should use an identically created xref:{refpage}VkDevice.html[VkDevice] and xref:{refpage}VkInstance.html[VkInstance], and should create all captured descriptors before creating any others for use in the tool.
775
+
Additionally, tools must capture some data from the implementation during capture to give the implementation the information to recreate identical descriptors during replay, should use an identically created xref:{refpages}VkDevice.html[VkDevice] and xref:{refpages}VkInstance.html[VkInstance], and should create all captured descriptors before creating any others for use in the tool.
0 commit comments