Searched defs:DisplayPresentInfoKHR (Results 1 – 4 of 4) sorted by relevance
29713 struct DisplayPresentInfoKHR struct29715 using NativeType = VkDisplayPresentInfoKHR;29717 static const bool allowDuplicate = false;29718 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;29721 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function29734 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function29744 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()29749 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()29755 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()29761 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()[all …]
27402 struct DisplayPresentInfoKHR struct27411 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR(VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, VULKAN_HPP_N… in DisplayPresentInfoKHR() function27417 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function27427 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()27432 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()27438 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()27444 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()27450 …splayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT in setPersistent()27458 operator VkDisplayPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR const&()27463 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR&()[all …]
30582 struct DisplayPresentInfoKHR struct30584 using NativeType = VkDisplayPresentInfoKHR;30586 static const bool allowDuplicate = false;30587 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;30590 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function30603 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function30613 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()30618 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()30624 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()30630 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()[all …]
10069 pub struct DisplayPresentInfoKHR { struct10076 impl ::std::default::Default for DisplayPresentInfoKHR { implementation10087 impl DisplayPresentInfoKHR { impl10101 unsafe impl ExtendsPresentInfoKHR for DisplayPresentInfoKHR {} implementation10129 pub fn build(self) -> DisplayPresentInfoKHR { in build()