Searched refs:Extent3D (Results 1 – 1 of 1) sorted by relevance
2505 struct Extent3D struct2507 Extent3D( uint32_t width_ = 0, uint32_t height_ = 0, uint32_t depth_ = 0 ) in Extent3D() function2514 Extent3D( VkExtent3D const & rhs ) in Extent3D() function2516 memcpy( this, &rhs, sizeof(Extent3D) ); in Extent3D()2519 Extent3D& operator=( VkExtent3D const & rhs ) in operator =() argument2521 memcpy( this, &rhs, sizeof(Extent3D) ); in operator =()2525 Extent3D& setWidth( uint32_t width_ ) in setWidth() argument2531 Extent3D& setHeight( uint32_t height_ ) in setHeight() argument2537 Extent3D& setDepth( uint32_t depth_ ) in setDepth() argument2548 bool operator==( Extent3D const& rhs ) const in operator ==() argument[all …]