Lines Matching defs:Extent3D
9574 struct Extent3D struct
9579 …VULKAN_HPP_CONSTEXPR Extent3D( uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {} )… in Extent3D() function
9588 …Extent3D( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent3D( *reinterpret_cast<Extent3D cons… in Extent3D() function
9590 …explicit Extent3D( Extent2D const & extent2D, uint32_t depth_ = {} ) : width( extent2D.width ), he… in Extent3D() function
9597 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent3D const *>( &rhs ); in operator =()
9602 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
9608 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
9614 VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
9621 operator VkExtent3D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent3D const&()
9626 operator VkExtent3D &() VULKAN_HPP_NOEXCEPT in operator VkExtent3D&()
9637 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
9646 bool operator==( Extent3D const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
9674 … VULKAN_HPP_NAMESPACE::Extent3D extent_ = {},