Vulkan-Hpp
vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceRelaxedLineRasterizationFeaturesIMG (vk::Bool32 relaxedLineRasterization_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceRelaxedLineRasterizationFeaturesIMG (PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceRelaxedLineRasterizationFeaturesIMG (VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceRelaxedLineRasterizationFeaturesIMGoperator= (PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceRelaxedLineRasterizationFeaturesIMGoperator= (VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceRelaxedLineRasterizationFeaturesIMGsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceRelaxedLineRasterizationFeaturesIMGsetRelaxedLineRasterization (vk::Bool32 relaxedLineRasterization_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceRelaxedLineRasterizationFeaturesIMG
 
void * pNext = {}
 
vk::Bool32 relaxedLineRasterization = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRelaxedLineRasterizationFeaturesIMG
 

Detailed Description

Definition at line 79043 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceRelaxedLineRasterizationFeaturesIMG() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG ( vk::Bool32  relaxedLineRasterization_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 79051 of file vulkan_structs.hpp.

◆ PhysicalDeviceRelaxedLineRasterizationFeaturesIMG() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG ( PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs)
default

◆ PhysicalDeviceRelaxedLineRasterizationFeaturesIMG() [3/3]

vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG ( VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs)
inline

Definition at line 79061 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG &()

vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG & ( )
inline

Definition at line 79096 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &()

vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const & ( ) const
inline

Definition at line 79091 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator!= ( PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs) const
inline

Definition at line 79125 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceRelaxedLineRasterizationFeaturesIMG& vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator= ( PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceRelaxedLineRasterizationFeaturesIMG& vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator= ( VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs)
inline

Definition at line 79070 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::operator== ( PhysicalDeviceRelaxedLineRasterizationFeaturesIMG const &  rhs) const
inline

Definition at line 79116 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceRelaxedLineRasterizationFeaturesIMG& vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::setPNext ( void *  pNext_)
inline

Definition at line 79077 of file vulkan_structs.hpp.

◆ setRelaxedLineRasterization()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceRelaxedLineRasterizationFeaturesIMG& vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::setRelaxedLineRasterization ( vk::Bool32  relaxedLineRasterization_)
inline

Definition at line 79084 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::allowDuplicate = false
static

Definition at line 79047 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::pNext = {}

Definition at line 79133 of file vulkan_structs.hpp.

◆ relaxedLineRasterization

vk::Bool32 vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::relaxedLineRasterization = {}

Definition at line 79134 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::structureType = StructureType::ePhysicalDeviceRelaxedLineRasterizationFeaturesIMG
static

Definition at line 79048 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceRelaxedLineRasterizationFeaturesIMG::sType = StructureType::ePhysicalDeviceRelaxedLineRasterizationFeaturesIMG

Definition at line 79132 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: