Home
last modified time | relevance | path

Searched defs:Extent2D (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2453 struct Extent2D struct
2455 Extent2D( uint32_t width_ = 0, uint32_t height_ = 0 ) in Extent2D() argument
2461 Extent2D( VkExtent2D const & rhs ) in Extent2D() argument
2466 Extent2D& operator=( VkExtent2D const & rhs ) in operator =()
2472 Extent2D& setWidth( uint32_t width_ ) in setWidth()
2478 Extent2D& setHeight( uint32_t height_ ) in setHeight()
2484 operator const VkExtent2D&() const in operator const VkExtent2D&()
2489 bool operator==( Extent2D const& rhs ) const in operator ==()
2495 bool operator!=( Extent2D const& rhs ) const in operator !=()
2500 uint32_t width;
[all …]