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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkStridedDeviceAddressRegionKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR StridedDeviceAddressRegionKHR (VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress_={}, VULKAN_HPP_NAMESPACE::DeviceSize stride_={}, VULKAN_HPP_NAMESPACE::DeviceSize size_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR StridedDeviceAddressRegionKHR (StridedDeviceAddressRegionKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 StridedDeviceAddressRegionKHR (VkStridedDeviceAddressRegionKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
StridedDeviceAddressRegionKHRoperator= (StridedDeviceAddressRegionKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
StridedDeviceAddressRegionKHRoperator= (VkStridedDeviceAddressRegionKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
StridedDeviceAddressRegionKHR
setDeviceAddress (VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
StridedDeviceAddressRegionKHR
setStride (VULKAN_HPP_NAMESPACE::DeviceSize stride_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
StridedDeviceAddressRegionKHR
setSize (VULKAN_HPP_NAMESPACE::DeviceSize size_) VULKAN_HPP_NOEXCEPT
 
 operator VkStridedDeviceAddressRegionKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkStridedDeviceAddressRegionKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (StridedDeviceAddressRegionKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (StridedDeviceAddressRegionKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize stride = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize size = {}
 

Detailed Description

Definition at line 93232 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::StridedDeviceAddressRegionKHR ( VULKAN_HPP_NAMESPACE::DeviceAddress  deviceAddress_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  stride_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  size_ = {} 
)
inline

Definition at line 93237 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::StridedDeviceAddressRegionKHR ( StridedDeviceAddressRegionKHR const rhs)
default
VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::StridedDeviceAddressRegionKHR ( VkStridedDeviceAddressRegionKHR const rhs)
inline

Definition at line 93248 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::operator VkStridedDeviceAddressRegionKHR & ( )
inline

Definition at line 93287 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::operator VkStridedDeviceAddressRegionKHR const & ( ) const
inline

Definition at line 93282 of file vulkan_structs.hpp.

StridedDeviceAddressRegionKHR& VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::operator= ( StridedDeviceAddressRegionKHR const rhs)
default
StridedDeviceAddressRegionKHR& VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::operator= ( VkStridedDeviceAddressRegionKHR const rhs)
inline

Definition at line 93256 of file vulkan_structs.hpp.

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

Definition at line 93307 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 StridedDeviceAddressRegionKHR& VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::setDeviceAddress ( VULKAN_HPP_NAMESPACE::DeviceAddress  deviceAddress_)
inline

Definition at line 93263 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 StridedDeviceAddressRegionKHR& VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::setSize ( VULKAN_HPP_NAMESPACE::DeviceSize  size_)
inline

Definition at line 93275 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 StridedDeviceAddressRegionKHR& VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::setStride ( VULKAN_HPP_NAMESPACE::DeviceSize  stride_)
inline

Definition at line 93269 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::DeviceAddress VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::deviceAddress = {}

Definition at line 93323 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::size = {}

Definition at line 93325 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::StridedDeviceAddressRegionKHR::stride = {}

Definition at line 93324 of file vulkan_structs.hpp.


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