Vulkan-Docs/doc/specs/vulkan/man/VkPipelineVertexInputStateC...

62 lines
2.0 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
VkPipelineVertexInputStateCreateInfo(3)
=======================================
Name
----
VkPipelineVertexInputStateCreateInfo - Structure specifying parameters of a newly created pipeline vertex input state
C Specification
---------------
// refBegin VkPipelineVertexInputStateCreateInfo - Structure specifying parameters of a newly created pipeline vertex input state
The sname:VkPipelineVertexInputStateCreateInfo structure is defined as:
include::../api/structs/VkPipelineVertexInputStateCreateInfo.txt[]
Members
-------
* pname:sType is the type of this structure.
* pname:pNext is `NULL` or a pointer to an extension-specific structure.
* pname:flags is reserved for future use.
* pname:vertexBindingDescriptionCount is the number of vertex binding
descriptions provided in pname:pVertexBindingDescriptions.
* pname:pVertexBindingDescriptions is a pointer to an array of
sname:VkVertexInputBindingDescription structures.
* pname:vertexAttributeDescriptionCount is the number of vertex attribute
descriptions provided in pname:pVertexAttributeDescriptions.
* pname:pVertexAttributeDescriptions is a pointer to an array of
sname:VkVertexInputAttributeDescription structures.
Description
-----------
include::../validity/structs/VkPipelineVertexInputStateCreateInfo.txt[]
See Also
--------
slink:VkGraphicsPipelineCreateInfo, elink:VkPipelineVertexInputStateCreateFlags, elink:VkStructureType, slink:VkVertexInputAttributeDescription, slink:VkVertexInputBindingDescription
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkPipelineVertexInputStateCreateInfo
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]