Vulkan-Hpp
|
#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 DeviceOrHostAddressConstAMDX & | setDeviceAddress (vk::DeviceAddress deviceAddress_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstAMDX & | setHostAddress (const void *hostAddress_) VULKAN_HPP_NOEXCEPT |
operator VkDeviceOrHostAddressConstAMDX const & () const | |
operator VkDeviceOrHostAddressConstAMDX & () | |
Public Attributes | |
VkDeviceAddress | deviceAddress |
const void * | hostAddress |
Definition at line 30191 of file vulkan_structs.hpp.
using vk::DeviceOrHostAddressConstAMDX::NativeType = VkDeviceOrHostAddressConstAMDX |
Definition at line 30193 of file vulkan_structs.hpp.
|
inline |
Definition at line 30196 of file vulkan_structs.hpp.
|
inline |
Definition at line 30198 of file vulkan_structs.hpp.
|
inline |
Definition at line 30220 of file vulkan_structs.hpp.
|
inline |
Definition at line 30215 of file vulkan_structs.hpp.
|
inline |
Definition at line 30202 of file vulkan_structs.hpp.
|
inline |
Definition at line 30208 of file vulkan_structs.hpp.
VkDeviceAddress vk::DeviceOrHostAddressConstAMDX::deviceAddress |
Definition at line 30229 of file vulkan_structs.hpp.
const void* vk::DeviceOrHostAddressConstAMDX::hostAddress |
Definition at line 30230 of file vulkan_structs.hpp.