Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDeviceOrHostAddressKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | DeviceOrHostAddressKHR (vk::DeviceAddress deviceAddress_={}) |
VULKAN_HPP_CONSTEXPR_14 | DeviceOrHostAddressKHR (void *hostAddress_) |
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressKHR & | setDeviceAddress (vk::DeviceAddress deviceAddress_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressKHR & | setHostAddress (void *hostAddress_) VULKAN_HPP_NOEXCEPT |
operator VkDeviceOrHostAddressKHR const & () const | |
operator VkDeviceOrHostAddressKHR & () | |
Public Attributes | |
VkDeviceAddress | deviceAddress |
void * | hostAddress |
Definition at line 679 of file vulkan_structs.hpp.
Definition at line 681 of file vulkan_structs.hpp.
|
inline |
Definition at line 684 of file vulkan_structs.hpp.
|
inline |
Definition at line 686 of file vulkan_structs.hpp.
|
inline |
Definition at line 708 of file vulkan_structs.hpp.
|
inline |
Definition at line 703 of file vulkan_structs.hpp.
|
inline |
Definition at line 690 of file vulkan_structs.hpp.
|
inline |
Definition at line 696 of file vulkan_structs.hpp.
VkDeviceAddress vk::DeviceOrHostAddressKHR::deviceAddress |
Definition at line 717 of file vulkan_structs.hpp.
void* vk::DeviceOrHostAddressKHR::hostAddress |
Definition at line 718 of file vulkan_structs.hpp.