@@ -207,7 +207,7 @@ operation transfers the reference in the acceleration structure to the new
207
207
micromap.
208
208
209
209
If the original acceleration structure was built using opacity micromaps and
210
- neither opacity micromap update flag is set the application must: provide
210
+ neither opacity micromap update flag is set, the application must: provide
211
211
the original micromap to the update operation.
212
212
213
213
endif::VK_EXT_opacity_micromap[]
@@ -2455,7 +2455,7 @@ include::{generated}/api/protos/vkCmdCopyAccelerationStructureToMemoryKHR.adoc[]
2455
2455
2456
2456
* pname:commandBuffer is the command buffer into which the command will be
2457
2457
recorded.
2458
- * pname:pInfo is an a pointer to a
2458
+ * pname:pInfo is a pointer to a
2459
2459
slink:VkCopyAccelerationStructureToMemoryInfoKHR structure defining the
2460
2460
copy operation.
2461
2461
@@ -2476,7 +2476,7 @@ ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR
2476
2476
<<synchronization-pipeline-stages, pipeline stage>> or the
2477
2477
endif::VK_KHR_synchronization2[]
2478
2478
ename:VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR
2479
- <<synchronization-pipeline-stages, pipeline stage>>, and an and an access
2479
+ <<synchronization-pipeline-stages, pipeline stage>>, and an access
2480
2480
type of ename:VK_ACCESS_TRANSFER_WRITE_BIT.
2481
2481
2482
2482
This command produces the same results as
0 commit comments