Lines Matching defs:DisplayPresentInfoKHR
56063 struct DisplayPresentInfoKHR struct
56069 …VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR(VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, VULKAN_HPP_… in DisplayPresentInfoKHR() function
56075 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
56083 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
56087 DisplayPresentInfoKHR & operator=( DisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
56093 DisplayPresentInfoKHR & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56099 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
56105 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
56111 …splayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT in setPersistent()
56118 operator VkDisplayPresentInfoKHR const&() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR const&()
56123 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR&()
56132 bool operator==( DisplayPresentInfoKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
56141 bool operator!=( DisplayPresentInfoKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
56150 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDisplayPresentInfoKHR;
56151 const void* pNext = {};
56152 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {};
56153 VULKAN_HPP_NAMESPACE::Rect2D dstRect = {};
56154 VULKAN_HPP_NAMESPACE::Bool32 persistent = {};