Lines Matching defs:Extent3D
8444 struct Extent3D struct
8449 …VULKAN_HPP_CONSTEXPR Extent3D( uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {} )… in Extent3D() function
8458 …Extent3D( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent3D( *reinterpret_cast<Extent3D cons… in Extent3D() function
8460 …explicit Extent3D( Extent2D const & extent2D, uint32_t depth_ = {} ) : width( extent2D.width ), he… in Extent3D() function
8467 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent3D const *>( &rhs ); in operator =()
8472 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
8478 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
8484 VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
8491 explicit operator VkExtent3D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent3D const&()
8496 explicit operator VkExtent3D &() VULKAN_HPP_NOEXCEPT in operator VkExtent3D&()
8507 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
8516 bool operator==( Extent3D const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
8544 … VULKAN_HPP_NAMESPACE::Extent3D extent_ = {},