Skip to content

Commit 33c2f28

Browse files
authored
add VkPushConstantRange link in VkPipelineLayoutCreateInfo (#2508)
1 parent ab5fa36 commit 33c2f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/descriptorsets.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ include::{generated}/api/structs/VkPipelineLayoutCreateInfo.adoc[]
17261726
* pname:pushConstantRangeCount is the number of push constant ranges
17271727
included in the pipeline layout.
17281728
* pname:pPushConstantRanges is a pointer to an array of
1729-
sname:VkPushConstantRange structures defining a set of push constant
1729+
slink:VkPushConstantRange structures defining a set of push constant
17301730
ranges for use in a single pipeline layout.
17311731
In addition to descriptor set layouts, a pipeline layout also describes
17321732
how many push constants can: be accessed by each stage of the pipeline.

0 commit comments

Comments
 (0)