Searched defs:PhysicalDeviceTimelineSemaphoreFeatures (Results 1 – 4 of 4) sorted by relevance
65033 struct PhysicalDeviceTimelineSemaphoreFeatures struct65035 using NativeType = VkPhysicalDeviceTimelineSemaphoreFeatures;65041 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreFeatures(VULKAN_HPP_NAMESPACE::Bool32 timeline… in PhysicalDeviceTimelineSemaphoreFeatures() function65050 …PhysicalDeviceTimelineSemaphoreFeatures(VkPhysicalDeviceTimelineSemaphoreFeatures const &rhs) VULK… in PhysicalDeviceTimelineSemaphoreFeatures() function65060 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreFeatures const *>(&… in operator =()65065 …PP_CONSTEXPR_14 PhysicalDeviceTimelineSemaphoreFeatures &setPNext(void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()65072 setTimelineSemaphore(VULKAN_HPP_NAMESPACE::Bool32 timelineSemaphore_) VULKAN_HPP_NOEXCEPT in setTimelineSemaphore()65079 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures const&()65084 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures&()65095 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
64939 struct PhysicalDeviceTimelineSemaphoreFeatures struct64941 using NativeType = VkPhysicalDeviceTimelineSemaphoreFeatures;64947 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreFeatures( VULKAN_HPP_NAMESPACE::Bool32 timelin… in PhysicalDeviceTimelineSemaphoreFeatures() function64956 …PhysicalDeviceTimelineSemaphoreFeatures( VkPhysicalDeviceTimelineSemaphoreFeatures const & rhs ) V… in PhysicalDeviceTimelineSemaphoreFeatures() function64966 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreFeatures const *>( … in operator =()64971 …ONSTEXPR_14 PhysicalDeviceTimelineSemaphoreFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()64978 … setTimelineSemaphore( VULKAN_HPP_NAMESPACE::Bool32 timelineSemaphore_ ) VULKAN_HPP_NOEXCEPT in setTimelineSemaphore()64985 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures const&()64990 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures&()65001 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
67382 struct PhysicalDeviceTimelineSemaphoreFeatures struct67384 using NativeType = VkPhysicalDeviceTimelineSemaphoreFeatures;67386 static const bool allowDuplicate = false;67391 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreFeatures( VULKAN_HPP_NAMESPACE::Bool32 timelin… in PhysicalDeviceTimelineSemaphoreFeatures() function67398 …PhysicalDeviceTimelineSemaphoreFeatures( VkPhysicalDeviceTimelineSemaphoreFeatures const & rhs ) V… in PhysicalDeviceTimelineSemaphoreFeatures() function67410 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreFeatures const *>( … in operator =()67415 …ONSTEXPR_14 PhysicalDeviceTimelineSemaphoreFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()67422 setTimelineSemaphore( VULKAN_HPP_NAMESPACE::Bool32 timelineSemaphore_ ) VULKAN_HPP_NOEXCEPT in setTimelineSemaphore()67429 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures const&()67434 explicit operator VkPhysicalDeviceTimelineSemaphoreFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreFeatures&()[all …]
27426 pub struct PhysicalDeviceTimelineSemaphoreFeatures { struct27431 impl ::std::default::Default for PhysicalDeviceTimelineSemaphoreFeatures { argument27440 impl PhysicalDeviceTimelineSemaphoreFeatures { implementation27454 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTimelineSemaphoreFeatures {} implementation27456 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceTimelineSemaphoreFeatures {} implementation27476 pub fn build(self) -> PhysicalDeviceTimelineSemaphoreFeatures { in build()