Vulkan-Hpp
vk::PhysicalDeviceTexelBufferAlignmentProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties (vk::DeviceSize storageTexelBufferOffsetAlignmentBytes_={}, vk::Bool32 storageTexelBufferOffsetSingleTexelAlignment_={}, vk::DeviceSize uniformTexelBufferOffsetAlignmentBytes_={}, vk::Bool32 uniformTexelBufferOffsetSingleTexelAlignment_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties (PhysicalDeviceTexelBufferAlignmentProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceTexelBufferAlignmentProperties (VkPhysicalDeviceTexelBufferAlignmentProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceTexelBufferAlignmentPropertiesoperator= (PhysicalDeviceTexelBufferAlignmentProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceTexelBufferAlignmentPropertiesoperator= (VkPhysicalDeviceTexelBufferAlignmentProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceTexelBufferAlignmentProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceTexelBufferAlignmentProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceTexelBufferAlignmentProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceTexelBufferAlignmentProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties
 
void * pNext = {}
 
vk::DeviceSize storageTexelBufferOffsetAlignmentBytes = {}
 
vk::Bool32 storageTexelBufferOffsetSingleTexelAlignment = {}
 
vk::DeviceSize uniformTexelBufferOffsetAlignmentBytes = {}
 
vk::Bool32 uniformTexelBufferOffsetSingleTexelAlignment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 85305 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceTexelBufferAlignmentProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceTexelBufferAlignmentProperties::PhysicalDeviceTexelBufferAlignmentProperties ( vk::DeviceSize  storageTexelBufferOffsetAlignmentBytes_ = {},
vk::Bool32  storageTexelBufferOffsetSingleTexelAlignment_ = {},
vk::DeviceSize  uniformTexelBufferOffsetAlignmentBytes_ = {},
vk::Bool32  uniformTexelBufferOffsetSingleTexelAlignment_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 85313 of file vulkan_structs.hpp.

◆ PhysicalDeviceTexelBufferAlignmentProperties() [2/3]

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

◆ PhysicalDeviceTexelBufferAlignmentProperties() [3/3]

vk::PhysicalDeviceTexelBufferAlignmentProperties::PhysicalDeviceTexelBufferAlignmentProperties ( VkPhysicalDeviceTexelBufferAlignmentProperties const &  rhs)
inline

Definition at line 85328 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceTexelBufferAlignmentProperties &()

vk::PhysicalDeviceTexelBufferAlignmentProperties::operator VkPhysicalDeviceTexelBufferAlignmentProperties & ( )
inline

Definition at line 85347 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceTexelBufferAlignmentProperties const &()

vk::PhysicalDeviceTexelBufferAlignmentProperties::operator VkPhysicalDeviceTexelBufferAlignmentProperties const & ( ) const
inline

Definition at line 85342 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 85389 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceTexelBufferAlignmentProperties& vk::PhysicalDeviceTexelBufferAlignmentProperties::operator= ( VkPhysicalDeviceTexelBufferAlignmentProperties const &  rhs)
inline

Definition at line 85336 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 85377 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 85309 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 85397 of file vulkan_structs.hpp.

◆ storageTexelBufferOffsetAlignmentBytes

vk::DeviceSize vk::PhysicalDeviceTexelBufferAlignmentProperties::storageTexelBufferOffsetAlignmentBytes = {}

Definition at line 85398 of file vulkan_structs.hpp.

◆ storageTexelBufferOffsetSingleTexelAlignment

vk::Bool32 vk::PhysicalDeviceTexelBufferAlignmentProperties::storageTexelBufferOffsetSingleTexelAlignment = {}

Definition at line 85399 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceTexelBufferAlignmentProperties::structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties
static

Definition at line 85310 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceTexelBufferAlignmentProperties::sType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties

Definition at line 85396 of file vulkan_structs.hpp.

◆ uniformTexelBufferOffsetAlignmentBytes

vk::DeviceSize vk::PhysicalDeviceTexelBufferAlignmentProperties::uniformTexelBufferOffsetAlignmentBytes = {}

Definition at line 85400 of file vulkan_structs.hpp.

◆ uniformTexelBufferOffsetSingleTexelAlignment

vk::Bool32 vk::PhysicalDeviceTexelBufferAlignmentProperties::uniformTexelBufferOffsetSingleTexelAlignment = {}

Definition at line 85401 of file vulkan_structs.hpp.


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