Lines Matching defs:DisplayPresentInfoKHR
29713 struct DisplayPresentInfoKHR struct
29715 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() function
29734 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
29744 *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()
29767 …splayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT in setPersistent()
29774 operator VkDisplayPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR const&()
29779 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR&()
29794 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
29803 bool operator==( DisplayPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
29812 bool operator!=( DisplayPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
29819 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDisplayPresentInfoKHR;
29820 const void * pNext = {};
29821 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {};
29822 VULKAN_HPP_NAMESPACE::Rect2D dstRect = {};
29823 VULKAN_HPP_NAMESPACE::Bool32 persistent = {};