Vulkan-Docs/doc/specs/vulkan/man/VkPipeline.txt

47 lines
1.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/
VkPipeline(3)
=============
Name
----
VkPipeline - Opaque handle to a pipeline object
C Specification
---------------
// refBegin VkPipeline - Opaque handle to a pipeline object
Compute and graphics pipelines are each represented by sname:VkPipeline
handles:
include::../handles/VkPipeline.txt[]
Description
-----------
// refEnd VkPipeline
See Also
--------
slink:VkComputePipelineCreateInfo, slink:VkGraphicsPipelineCreateInfo, flink:vkCmdBindPipeline, flink:vkCreateComputePipelines, flink:vkCreateGraphicsPipelines, flink:vkDestroyPipeline
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkPipeline
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]