|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PipelineInputAssemblyStateCreateInfo:Data Fields | |
| const void * | pNext = nullptr |
| PipelineInputAssemblyStateCreateFlags | flags |
| PrimitiveTopology | topology |
| Bool32 | primitiveRestartEnable |
Private Attributes | |
| StructureType | sType = StructureType::ePipelineInputAssemblyStateCreateInfo |
Definition at line 10470 of file vulkan.hpp.
|
inline |
Definition at line 10472 of file vulkan.hpp.
|
inline |
Definition at line 10481 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 10520 of file vulkan.hpp.
|
inline |
Definition at line 10515 of file vulkan.hpp.
|
inline |
Definition at line 10534 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 10525 of file vulkan.hpp.
References flags, pNext, primitiveRestartEnable, sType, and topology.
Referenced by operator!=().
|
inline |
Definition at line 10497 of file vulkan.hpp.
|
inline |
Definition at line 10491 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 10509 of file vulkan.hpp.
References primitiveRestartEnable.
|
inline |
Definition at line 10503 of file vulkan.hpp.
References topology.
| PipelineInputAssemblyStateCreateFlags VULKAN_HPP_NAMESPACE::PipelineInputAssemblyStateCreateInfo::flags |
Definition at line 10544 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::PipelineInputAssemblyStateCreateInfo::pNext = nullptr |
Definition at line 10543 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| Bool32 VULKAN_HPP_NAMESPACE::PipelineInputAssemblyStateCreateInfo::primitiveRestartEnable |
Definition at line 10546 of file vulkan.hpp.
Referenced by operator==(), and setPrimitiveRestartEnable().
|
private |
Definition at line 10540 of file vulkan.hpp.
Referenced by operator==().
| PrimitiveTopology VULKAN_HPP_NAMESPACE::PipelineInputAssemblyStateCreateInfo::topology |
Definition at line 10545 of file vulkan.hpp.
Referenced by operator==(), and setTopology().