Skip to content

Commit fa19a89

Browse files
authored
Fix typos in "Acceleration Structures" chapter (#2580)
1 parent 9c6d565 commit fa19a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapters/accelstructures.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ operation transfers the reference in the acceleration structure to the new
207207
micromap.
208208

209209
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
211211
the original micromap to the update operation.
212212

213213
endif::VK_EXT_opacity_micromap[]
@@ -2455,7 +2455,7 @@ include::{generated}/api/protos/vkCmdCopyAccelerationStructureToMemoryKHR.adoc[]
24552455

24562456
* pname:commandBuffer is the command buffer into which the command will be
24572457
recorded.
2458-
* pname:pInfo is an a pointer to a
2458+
* pname:pInfo is a pointer to a
24592459
slink:VkCopyAccelerationStructureToMemoryInfoKHR structure defining the
24602460
copy operation.
24612461

@@ -2476,7 +2476,7 @@ ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR
24762476
<<synchronization-pipeline-stages, pipeline stage>> or the
24772477
endif::VK_KHR_synchronization2[]
24782478
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
24802480
type of ename:VK_ACCESS_TRANSFER_WRITE_BIT.
24812481

24822482
This command produces the same results as

0 commit comments

Comments
 (0)