SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceVulkanMemoryModelFeaturesKHR const & () const | |
operator VkPhysicalDeviceVulkanMemoryModelFeaturesKHR & () | |
bool | operator== (PhysicalDeviceVulkanMemoryModelFeaturesKHR const &rhs) const |
bool | operator!= (PhysicalDeviceVulkanMemoryModelFeaturesKHR const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | vulkanMemoryModel |
Bool32 | vulkanMemoryModelDeviceScope |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceVulkanMemoryModelFeaturesKHR |
Definition at line 18893 of file vulkan.hpp.
|
inline |
Definition at line 18900 of file vulkan.hpp.
|
inline |
Definition at line 18895 of file vulkan.hpp.
|
inline |
Definition at line 18913 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 18905 of file vulkan.hpp.
References pNext, sType, vulkanMemoryModel, and vulkanMemoryModelDeviceScope.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeaturesKHR::pNext = nullptr |
Definition at line 18922 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 18919 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeaturesKHR::vulkanMemoryModel |
Definition at line 18923 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeaturesKHR::vulkanMemoryModelDeviceScope |
Definition at line 18924 of file vulkan.hpp.
Referenced by operator==().