Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDeviceOrHostAddressConstKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | DeviceOrHostAddressConstKHR (vk::DeviceAddress deviceAddress_={}) |
VULKAN_HPP_CONSTEXPR_14 | DeviceOrHostAddressConstKHR (const void *hostAddress_) |
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR & | setDeviceAddress (vk::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 138 of file vulkan_structs.hpp.
Definition at line 140 of file vulkan_structs.hpp.
|
inline |
Definition at line 143 of file vulkan_structs.hpp.
|
inline |
Definition at line 145 of file vulkan_structs.hpp.
|
inline |
Definition at line 167 of file vulkan_structs.hpp.
|
inline |
Definition at line 162 of file vulkan_structs.hpp.
|
inline |
Definition at line 149 of file vulkan_structs.hpp.
|
inline |
Definition at line 155 of file vulkan_structs.hpp.
VkDeviceAddress vk::DeviceOrHostAddressConstKHR::deviceAddress |
Definition at line 176 of file vulkan_structs.hpp.
const void* vk::DeviceOrHostAddressConstKHR::hostAddress |
Definition at line 177 of file vulkan_structs.hpp.