Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineRasterizationLineStateCreateInfoEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineRasterizationLineStateCreateInfoEXT |
const void * | pNext = {} |
vk::LineRasterizationModeEXT | lineRasterizationMode = vk::LineRasterizationModeEXT::eDefault |
vk::Bool32 | stippledLineEnable = {} |
uint32_t | lineStippleFactor = {} |
uint16_t | lineStipplePattern = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineRasterizationLineStateCreateInfoEXT |
Definition at line 92936 of file vulkan_structs.hpp.
using vk::PipelineRasterizationLineStateCreateInfoEXT::NativeType = VkPipelineRasterizationLineStateCreateInfoEXT |
Definition at line 92938 of file vulkan_structs.hpp.
|
inline |
Definition at line 92944 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92960 of file vulkan_structs.hpp.
|
inline |
Definition at line 93013 of file vulkan_structs.hpp.
|
inline |
Definition at line 93008 of file vulkan_structs.hpp.
|
inline |
Definition at line 93049 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92968 of file vulkan_structs.hpp.
|
inline |
Definition at line 93038 of file vulkan_structs.hpp.
|
inline |
Definition at line 92982 of file vulkan_structs.hpp.
|
inline |
Definition at line 92995 of file vulkan_structs.hpp.
|
inline |
Definition at line 93001 of file vulkan_structs.hpp.
|
inline |
Definition at line 92975 of file vulkan_structs.hpp.
|
inline |
Definition at line 92989 of file vulkan_structs.hpp.
|
static |
Definition at line 92940 of file vulkan_structs.hpp.
vk::LineRasterizationModeEXT vk::PipelineRasterizationLineStateCreateInfoEXT::lineRasterizationMode = vk::LineRasterizationModeEXT::eDefault |
Definition at line 93058 of file vulkan_structs.hpp.
uint32_t vk::PipelineRasterizationLineStateCreateInfoEXT::lineStippleFactor = {} |
Definition at line 93060 of file vulkan_structs.hpp.
uint16_t vk::PipelineRasterizationLineStateCreateInfoEXT::lineStipplePattern = {} |
Definition at line 93061 of file vulkan_structs.hpp.
const void* vk::PipelineRasterizationLineStateCreateInfoEXT::pNext = {} |
Definition at line 93057 of file vulkan_structs.hpp.
vk::Bool32 vk::PipelineRasterizationLineStateCreateInfoEXT::stippledLineEnable = {} |
Definition at line 93059 of file vulkan_structs.hpp.
|
static |
Definition at line 92941 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineRasterizationLineStateCreateInfoEXT::sType = StructureType::ePipelineRasterizationLineStateCreateInfoEXT |
Definition at line 93056 of file vulkan_structs.hpp.