HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderFloat16Int8Features
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features (VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16_={}, VULKAN_HPP_NAMESPACE::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
PhysicalDeviceShaderFloat16Int8Features
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceShaderFloat16Int8Features
setShaderFloat16 (VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceShaderFloat16Int8Features
setShaderInt8 (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderFloat16Int8Features
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16 = {}
 
VULKAN_HPP_NAMESPACE::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 71017 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 71025 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::PhysicalDeviceShaderFloat16Int8Features ( PhysicalDeviceShaderFloat16Int8Features const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::PhysicalDeviceShaderFloat16Int8Features ( VkPhysicalDeviceShaderFloat16Int8Features const rhs)
inline

Definition at line 71036 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 71075 of file vulkan_structs.hpp.

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

Definition at line 71070 of file vulkan_structs.hpp.

PhysicalDeviceShaderFloat16Int8Features& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::operator= ( PhysicalDeviceShaderFloat16Int8Features const rhs)
default
PhysicalDeviceShaderFloat16Int8Features& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::operator= ( VkPhysicalDeviceShaderFloat16Int8Features const rhs)
inline

Definition at line 71044 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::operator== ( PhysicalDeviceShaderFloat16Int8Features const rhs) const
inline

Definition at line 71095 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::setPNext ( void pNext_)
inline

Definition at line 71051 of file vulkan_structs.hpp.

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

Definition at line 71057 of file vulkan_structs.hpp.

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

Definition at line 71063 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 71021 of file vulkan_structs.hpp.

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

Definition at line 71112 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::shaderFloat16 = {}

Definition at line 71113 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::shaderInt8 = {}

Definition at line 71114 of file vulkan_structs.hpp.

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

Definition at line 71022 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features::sType = StructureType::ePhysicalDeviceShaderFloat16Int8Features

Definition at line 71111 of file vulkan_structs.hpp.


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