Vulkan-Hpp
vk::DeviceOrHostAddressConstAMDX Union Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceOrHostAddressConstAMDX
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDX (vk::DeviceAddress deviceAddress_={})
 
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDX (const void *hostAddress_)
 
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDXsetDeviceAddress (vk::DeviceAddress deviceAddress_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDXsetHostAddress (const void *hostAddress_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceOrHostAddressConstAMDX const & () const
 
 operator VkDeviceOrHostAddressConstAMDX & ()
 

Public Attributes

VkDeviceAddress deviceAddress
 
const void * hostAddress
 

Detailed Description

Definition at line 30191 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

using vk::DeviceOrHostAddressConstAMDX::NativeType = VkDeviceOrHostAddressConstAMDX

Definition at line 30193 of file vulkan_structs.hpp.

Constructor & Destructor Documentation

◆ DeviceOrHostAddressConstAMDX() [1/2]

VULKAN_HPP_CONSTEXPR_14 vk::DeviceOrHostAddressConstAMDX::DeviceOrHostAddressConstAMDX ( vk::DeviceAddress  deviceAddress_ = {})
inline

Definition at line 30196 of file vulkan_structs.hpp.

◆ DeviceOrHostAddressConstAMDX() [2/2]

VULKAN_HPP_CONSTEXPR_14 vk::DeviceOrHostAddressConstAMDX::DeviceOrHostAddressConstAMDX ( const void *  hostAddress_)
inline

Definition at line 30198 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceOrHostAddressConstAMDX &()

vk::DeviceOrHostAddressConstAMDX::operator VkDeviceOrHostAddressConstAMDX & ( )
inline

Definition at line 30220 of file vulkan_structs.hpp.

◆ operator VkDeviceOrHostAddressConstAMDX const &()

vk::DeviceOrHostAddressConstAMDX::operator VkDeviceOrHostAddressConstAMDX const & ( ) const
inline

Definition at line 30215 of file vulkan_structs.hpp.

◆ setDeviceAddress()

VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDX& vk::DeviceOrHostAddressConstAMDX::setDeviceAddress ( vk::DeviceAddress  deviceAddress_)
inline

Definition at line 30202 of file vulkan_structs.hpp.

◆ setHostAddress()

VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDX& vk::DeviceOrHostAddressConstAMDX::setHostAddress ( const void *  hostAddress_)
inline

Definition at line 30208 of file vulkan_structs.hpp.

Member Data Documentation

◆ deviceAddress

VkDeviceAddress vk::DeviceOrHostAddressConstAMDX::deviceAddress

Definition at line 30229 of file vulkan_structs.hpp.

◆ hostAddress

const void* vk::DeviceOrHostAddressConstAMDX::hostAddress

Definition at line 30230 of file vulkan_structs.hpp.


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