• Home
  • Raw
  • Download

Lines Matching defs:DisplayPresentInfoKHR

32505   struct DisplayPresentInfoKHR  struct
32507 using NativeType = VkDisplayPresentInfoKHR;
32509 static const bool allowDuplicate = false;
32510 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
32513 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
32526 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
32536 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
32541 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32547 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
32553 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
32559 …splayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT in setPersistent()
32566 operator VkDisplayPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR const&()
32571 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR&()
32586 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32595 bool operator==( DisplayPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32604 bool operator!=( DisplayPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
32611 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDisplayPresentInfoKHR;
32612 const void * pNext = {};
32613 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {};
32614 VULKAN_HPP_NAMESPACE::Rect2D dstRect = {};
32615 VULKAN_HPP_NAMESPACE::Bool32 persistent = {};