Lines Matching defs:Extent3D
9345 struct Extent3D struct
9350 …VULKAN_HPP_CONSTEXPR Extent3D( uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {} )… in Extent3D() function
9359 …Extent3D( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent3D( *reinterpret_cast<Extent3D cons… in Extent3D() function
9361 …explicit Extent3D( Extent2D const & extent2D, uint32_t depth_ = {} ) : width( extent2D.width ), he… in Extent3D() function
9368 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent3D const *>( &rhs ); in operator =()
9373 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
9379 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
9385 VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
9392 operator VkExtent3D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent3D const&()
9397 operator VkExtent3D &() VULKAN_HPP_NOEXCEPT in operator VkExtent3D&()
9408 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
9417 bool operator==( Extent3D const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
9445 … VULKAN_HPP_NAMESPACE::Extent3D extent_ = {},