mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-13 07:24:11 +00:00
44 lines
988 B
Plaintext
44 lines
988 B
Plaintext
|
VkPipelineLayoutCreateInfo(3)
|
||
|
=============================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
VkPipelineLayoutCreateInfo - Structure specifying the parameters of a newly created pipeline layout object.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../structs/VkPipelineLayoutCreateInfo.txt[]
|
||
|
|
||
|
Fields
|
||
|
------
|
||
|
|
||
|
sType::
|
||
|
Structure type. Must be ename:VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO.
|
||
|
|
||
|
pNext::
|
||
|
Pointer to next structure in the structure chain when applicable.
|
||
|
|
||
|
setLayoutCount::
|
||
|
Number of descriptor sets interfaced by the pipeline.
|
||
|
|
||
|
pSetLayouts::
|
||
|
Pointer to an array of pname:setLayoutCount number of descriptor set
|
||
|
layout objects defining the layout of the descriptor set at the
|
||
|
corresponding index.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
This structure is used to specify the parameters of pipeline layout objects created using
|
||
|
flink:vkCreatePipelineLayout.
|
||
|
|
||
|
include::../validity/structs/VkPipelineLayoutCreateInfo.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreatePipelineLayout
|
||
|
|
||
|
include::footer.txt[]
|