Vulkan-Hpp
vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL (vk::Bool32 shaderIntegerFunctions2_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL (VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderIntegerFunctions2FeaturesINTELoperator= (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderIntegerFunctions2FeaturesINTELoperator= (VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderIntegerFunctions2FeaturesINTELsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderIntegerFunctions2FeaturesINTELsetShaderIntegerFunctions2 (vk::Bool32 shaderIntegerFunctions2_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
 
void * pNext = {}
 
vk::Bool32 shaderIntegerFunctions2 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 82807 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL ( vk::Bool32  shaderIntegerFunctions2_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 82815 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() [2/3]

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

◆ PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() [3/3]

vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL ( VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &  rhs)
inline

Definition at line 82825 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL &()

vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL & ( )
inline

Definition at line 82860 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &()

vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const & ( ) const
inline

Definition at line 82855 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 82889 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL& vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::operator= ( VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &  rhs)
inline

Definition at line 82834 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 82880 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 82841 of file vulkan_structs.hpp.

◆ setShaderIntegerFunctions2()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL& vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::setShaderIntegerFunctions2 ( vk::Bool32  shaderIntegerFunctions2_)
inline

Definition at line 82848 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 82811 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 82897 of file vulkan_structs.hpp.

◆ shaderIntegerFunctions2

vk::Bool32 vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::shaderIntegerFunctions2 = {}

Definition at line 82898 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::structureType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
static

Definition at line 82812 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL::sType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL

Definition at line 82896 of file vulkan_structs.hpp.


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