Vulkan-Hpp
vk::PhysicalDeviceShaderFloat16Int8Features Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderFloat16Int8Features
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features (vk::Bool32 shaderFloat16_={}, vk::Bool32 shaderInt8_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features (PhysicalDeviceShaderFloat16Int8Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderFloat16Int8Features (VkPhysicalDeviceShaderFloat16Int8Features const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderFloat16Int8Featuresoperator= (PhysicalDeviceShaderFloat16Int8Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderFloat16Int8Featuresoperator= (VkPhysicalDeviceShaderFloat16Int8Features const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8FeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8FeaturessetShaderFloat16 (vk::Bool32 shaderFloat16_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8FeaturessetShaderInt8 (vk::Bool32 shaderInt8_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderFloat16Int8Features const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderFloat16Int8Features & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderFloat16Int8Features const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderFloat16Int8Features const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderFloat16Int8Features
 
void * pNext = {}
 
vk::Bool32 shaderFloat16 = {}
 
vk::Bool32 shaderInt8 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 82117 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderFloat16Int8Features() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderFloat16Int8Features::PhysicalDeviceShaderFloat16Int8Features ( vk::Bool32  shaderFloat16_ = {},
vk::Bool32  shaderInt8_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 82125 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderFloat16Int8Features() [2/3]

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

◆ PhysicalDeviceShaderFloat16Int8Features() [3/3]

vk::PhysicalDeviceShaderFloat16Int8Features::PhysicalDeviceShaderFloat16Int8Features ( VkPhysicalDeviceShaderFloat16Int8Features const &  rhs)
inline

Definition at line 82136 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderFloat16Int8Features &()

vk::PhysicalDeviceShaderFloat16Int8Features::operator VkPhysicalDeviceShaderFloat16Int8Features & ( )
inline

Definition at line 82175 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderFloat16Int8Features const &()

vk::PhysicalDeviceShaderFloat16Int8Features::operator VkPhysicalDeviceShaderFloat16Int8Features const & ( ) const
inline

Definition at line 82170 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 82204 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderFloat16Int8Features& vk::PhysicalDeviceShaderFloat16Int8Features::operator= ( VkPhysicalDeviceShaderFloat16Int8Features const &  rhs)
inline

Definition at line 82144 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 82195 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 82151 of file vulkan_structs.hpp.

◆ setShaderFloat16()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features& vk::PhysicalDeviceShaderFloat16Int8Features::setShaderFloat16 ( vk::Bool32  shaderFloat16_)
inline

Definition at line 82157 of file vulkan_structs.hpp.

◆ setShaderInt8()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features& vk::PhysicalDeviceShaderFloat16Int8Features::setShaderInt8 ( vk::Bool32  shaderInt8_)
inline

Definition at line 82163 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 82121 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 82212 of file vulkan_structs.hpp.

◆ shaderFloat16

vk::Bool32 vk::PhysicalDeviceShaderFloat16Int8Features::shaderFloat16 = {}

Definition at line 82213 of file vulkan_structs.hpp.

◆ shaderInt8

vk::Bool32 vk::PhysicalDeviceShaderFloat16Int8Features::shaderInt8 = {}

Definition at line 82214 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderFloat16Int8Features::structureType = StructureType::ePhysicalDeviceShaderFloat16Int8Features
static

Definition at line 82122 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderFloat16Int8Features::sType = StructureType::ePhysicalDeviceShaderFloat16Int8Features

Definition at line 82211 of file vulkan_structs.hpp.


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