HDK
|
#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 void * | hostAddress |
Definition at line 136 of file vulkan_structs.hpp.
Definition at line 138 of file vulkan_structs.hpp.
|
inline |
Definition at line 141 of file vulkan_structs.hpp.
|
inline |
Definition at line 143 of file vulkan_structs.hpp.
|
inline |
Definition at line 165 of file vulkan_structs.hpp.
|
inline |
Definition at line 160 of file vulkan_structs.hpp.
|
inline |
Definition at line 147 of file vulkan_structs.hpp.
|
inline |
Definition at line 153 of file vulkan_structs.hpp.
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.