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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceOrHostAddressConstKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR (VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress_={})
 
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR (const void *hostAddress_)
 
VULKAN_HPP_CONSTEXPR_14
DeviceOrHostAddressConstKHR
setDeviceAddress (VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceOrHostAddressConstKHR
setHostAddress (const void *hostAddress_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceOrHostAddressConstKHR const & () const
 
 operator VkDeviceOrHostAddressConstKHR & ()
 

Public Attributes

VkDeviceAddress deviceAddress
 
const voidhostAddress
 

Detailed Description

Definition at line 136 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::DeviceOrHostAddressConstKHR ( VULKAN_HPP_NAMESPACE::DeviceAddress  deviceAddress_ = {})
inline

Definition at line 141 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::DeviceOrHostAddressConstKHR ( const void hostAddress_)
inline

Definition at line 143 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::operator VkDeviceOrHostAddressConstKHR & ( )
inline

Definition at line 165 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::operator VkDeviceOrHostAddressConstKHR const & ( ) const
inline

Definition at line 160 of file vulkan_structs.hpp.

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

Definition at line 147 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR& VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::setHostAddress ( const void hostAddress_)
inline

Definition at line 153 of file vulkan_structs.hpp.

Member Data Documentation

VkDeviceAddress VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::deviceAddress

Definition at line 174 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR::hostAddress

Definition at line 175 of file vulkan_structs.hpp.


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