class new in Git master
PipelineLayoutCreateInfoPipeline layout creation info.
Contents
Wraps a VkPipelineLayoutCreateInfo.
Constructors, destructors, conversion operators
- PipelineLayoutCreateInfo() explicit
- Constructor.
- PipelineLayoutCreateInfo(NoInitT) explicit noexcept
- Construct without initializing the contents.
- PipelineLayoutCreateInfo(const VkPipelineLayoutCreateInfo& info) explicit
- Construct from existing data.
- operator const VkPipelineLayoutCreateInfo*() const
Public functions
- auto operator*() -> VkPipelineLayoutCreateInfo&
- Underlying VkPipelineLayoutCreateInfo structure.
- auto operator*() const -> const VkPipelineLayoutCreateInfo&
- auto operator->() -> VkPipelineLayoutCreateInfo*
- auto operator->() const -> const VkPipelineLayoutCreateInfo*
Function documentation
Magnum:: Vk:: PipelineLayoutCreateInfo:: PipelineLayoutCreateInfo() explicit
Constructor.
The following VkPipelineLayoutCreateInfo fields are pre-filled in addition to sType
, everything else is zero-filled:
- (none)
Magnum:: Vk:: PipelineLayoutCreateInfo:: PipelineLayoutCreateInfo(NoInitT) explicit noexcept
Construct without initializing the contents.
Note that not even the sType
field is set — the structure has to be fully initialized afterwards in order to be usable.
Magnum:: Vk:: PipelineLayoutCreateInfo:: PipelineLayoutCreateInfo(const VkPipelineLayoutCreateInfo& info) explicit
Construct from existing data.
Copies the existing values verbatim, pointers are kept unchanged without taking over the ownership. Modifying the newly created instance will not modify the original data nor the pointed-to data.
Magnum:: Vk:: PipelineLayoutCreateInfo:: operator const VkPipelineLayoutCreateInfo*() const
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
const VkPipelineLayoutCreateInfo& Magnum:: Vk:: PipelineLayoutCreateInfo:: operator*() const
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
VkPipelineLayoutCreateInfo* Magnum:: Vk:: PipelineLayoutCreateInfo:: operator->()
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
const VkPipelineLayoutCreateInfo* Magnum:: Vk:: PipelineLayoutCreateInfo:: operator->() const
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.