Vulkan-Hpp
vk::PhysicalDeviceASTCDecodeFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT (vk::Bool32 decodeModeSharedExponent_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT (PhysicalDeviceASTCDecodeFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceASTCDecodeFeaturesEXT (VkPhysicalDeviceASTCDecodeFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceASTCDecodeFeaturesEXToperator= (PhysicalDeviceASTCDecodeFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceASTCDecodeFeaturesEXToperator= (VkPhysicalDeviceASTCDecodeFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXTsetDecodeModeSharedExponent (vk::Bool32 decodeModeSharedExponent_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceASTCDecodeFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceASTCDecodeFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceASTCDecodeFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceAstcDecodeFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 decodeModeSharedExponent = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 56451 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceASTCDecodeFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceASTCDecodeFeaturesEXT::PhysicalDeviceASTCDecodeFeaturesEXT ( vk::Bool32  decodeModeSharedExponent_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 56459 of file vulkan_structs.hpp.

◆ PhysicalDeviceASTCDecodeFeaturesEXT() [2/3]

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

◆ PhysicalDeviceASTCDecodeFeaturesEXT() [3/3]

vk::PhysicalDeviceASTCDecodeFeaturesEXT::PhysicalDeviceASTCDecodeFeaturesEXT ( VkPhysicalDeviceASTCDecodeFeaturesEXT const &  rhs)
inline

Definition at line 56468 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceASTCDecodeFeaturesEXT &()

vk::PhysicalDeviceASTCDecodeFeaturesEXT::operator VkPhysicalDeviceASTCDecodeFeaturesEXT & ( )
inline

Definition at line 56502 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &()

vk::PhysicalDeviceASTCDecodeFeaturesEXT::operator VkPhysicalDeviceASTCDecodeFeaturesEXT const & ( ) const
inline

Definition at line 56497 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 56531 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceASTCDecodeFeaturesEXT& vk::PhysicalDeviceASTCDecodeFeaturesEXT::operator= ( VkPhysicalDeviceASTCDecodeFeaturesEXT const &  rhs)
inline

Definition at line 56476 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 56522 of file vulkan_structs.hpp.

◆ setDecodeModeSharedExponent()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT& vk::PhysicalDeviceASTCDecodeFeaturesEXT::setDecodeModeSharedExponent ( vk::Bool32  decodeModeSharedExponent_)
inline

Definition at line 56490 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 56483 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 56455 of file vulkan_structs.hpp.

◆ decodeModeSharedExponent

vk::Bool32 vk::PhysicalDeviceASTCDecodeFeaturesEXT::decodeModeSharedExponent = {}

Definition at line 56540 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 56539 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceASTCDecodeFeaturesEXT::structureType = StructureType::ePhysicalDeviceAstcDecodeFeaturesEXT
static

Definition at line 56456 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceASTCDecodeFeaturesEXT::sType = StructureType::ePhysicalDeviceAstcDecodeFeaturesEXT

Definition at line 56538 of file vulkan_structs.hpp.


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