Searched defs:PhysicalDeviceCoherentMemoryFeaturesAMD (Results 1 – 4 of 4) sorted by relevance
52325 struct PhysicalDeviceCoherentMemoryFeaturesAMD struct52327 using NativeType = VkPhysicalDeviceCoherentMemoryFeaturesAMD;52333 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD( VULKAN_HPP_NAMESPACE::Bool32 deviceC… in PhysicalDeviceCoherentMemoryFeaturesAMD() function52342 …PhysicalDeviceCoherentMemoryFeaturesAMD( VkPhysicalDeviceCoherentMemoryFeaturesAMD const & rhs ) V… in PhysicalDeviceCoherentMemoryFeaturesAMD() function52352 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD const *>( … in operator =()52357 …ONSTEXPR_14 PhysicalDeviceCoherentMemoryFeaturesAMD & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()52364 … setDeviceCoherentMemory( VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_ ) VULKAN_HPP_NOEXCEPT in setDeviceCoherentMemory()52371 explicit operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const&()52376 explicit operator VkPhysicalDeviceCoherentMemoryFeaturesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD&()52387 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
49214 struct PhysicalDeviceCoherentMemoryFeaturesAMD struct49223 VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD(VULKAN_HPP_NAMESPACE::Bool32 deviceCoh… in PhysicalDeviceCoherentMemoryFeaturesAMD() function49229 …PhysicalDeviceCoherentMemoryFeaturesAMD( VkPhysicalDeviceCoherentMemoryFeaturesAMD const & rhs ) V… in PhysicalDeviceCoherentMemoryFeaturesAMD() function49239 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD const *>( … in operator =()49244 …ONSTEXPR_14 PhysicalDeviceCoherentMemoryFeaturesAMD & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()49250 …& setDeviceCoherentMemory( VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_ ) VULKAN_HPP_NOEXCEPT in setDeviceCoherentMemory()49258 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const&()49263 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD&()49274 reflect() const VULKAN_HPP_NOEXCEPT in reflect()49284 bool operator==( PhysicalDeviceCoherentMemoryFeaturesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]
54483 struct PhysicalDeviceCoherentMemoryFeaturesAMD struct54485 using NativeType = VkPhysicalDeviceCoherentMemoryFeaturesAMD;54491 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD( VULKAN_HPP_NAMESPACE::Bool32 deviceC… in PhysicalDeviceCoherentMemoryFeaturesAMD() function54500 …PhysicalDeviceCoherentMemoryFeaturesAMD( VkPhysicalDeviceCoherentMemoryFeaturesAMD const & rhs ) V… in PhysicalDeviceCoherentMemoryFeaturesAMD() function54510 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD const *>( … in operator =()54515 …ONSTEXPR_14 PhysicalDeviceCoherentMemoryFeaturesAMD & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()54522 … setDeviceCoherentMemory( VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_ ) VULKAN_HPP_NOEXCEPT in setDeviceCoherentMemory()54529 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const&()54534 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCoherentMemoryFeaturesAMD&()54545 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
40599 pub struct PhysicalDeviceCoherentMemoryFeaturesAMD { struct40604 impl ::std::default::Default for PhysicalDeviceCoherentMemoryFeaturesAMD { argument40613 impl PhysicalDeviceCoherentMemoryFeaturesAMD { implementation40627 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoherentMemoryFeaturesAMD {} implementation40629 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCoherentMemoryFeaturesAMD {} implementation40649 pub fn build(self) -> PhysicalDeviceCoherentMemoryFeaturesAMD { in build()