Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineInputAssemblyStateCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineInputAssemblyStateCreateInfo |
const void * | pNext = {} |
vk::PipelineInputAssemblyStateCreateFlags | flags = {} |
vk::PrimitiveTopology | topology = vk::PrimitiveTopology::ePointList |
vk::Bool32 | primitiveRestartEnable = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineInputAssemblyStateCreateInfo |
Definition at line 39966 of file vulkan_structs.hpp.
Definition at line 39968 of file vulkan_structs.hpp.
|
inline |
Definition at line 39975 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 39988 of file vulkan_structs.hpp.
|
inline |
Definition at line 40035 of file vulkan_structs.hpp.
|
inline |
Definition at line 40030 of file vulkan_structs.hpp.
|
inline |
Definition at line 40069 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 39996 of file vulkan_structs.hpp.
|
inline |
Definition at line 40059 of file vulkan_structs.hpp.
|
inline |
Definition at line 40010 of file vulkan_structs.hpp.
|
inline |
Definition at line 40003 of file vulkan_structs.hpp.
|
inline |
Definition at line 40023 of file vulkan_structs.hpp.
|
inline |
Definition at line 40016 of file vulkan_structs.hpp.
|
static |
Definition at line 39970 of file vulkan_structs.hpp.
vk::PipelineInputAssemblyStateCreateFlags vk::PipelineInputAssemblyStateCreateInfo::flags = {} |
Definition at line 40078 of file vulkan_structs.hpp.
const void* vk::PipelineInputAssemblyStateCreateInfo::pNext = {} |
Definition at line 40077 of file vulkan_structs.hpp.
vk::Bool32 vk::PipelineInputAssemblyStateCreateInfo::primitiveRestartEnable = {} |
Definition at line 40080 of file vulkan_structs.hpp.
|
static |
Definition at line 39971 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineInputAssemblyStateCreateInfo::sType = StructureType::ePipelineInputAssemblyStateCreateInfo |
Definition at line 40076 of file vulkan_structs.hpp.
vk::PrimitiveTopology vk::PipelineInputAssemblyStateCreateInfo::topology = vk::PrimitiveTopology::ePointList |
Definition at line 40079 of file vulkan_structs.hpp.