Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp8096 struct Extent3D struct
8098 using NativeType = VkExtent3D;
8104 VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {}) VU… in Extent3D() function
8110 Extent3D( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT in Extent3D() function
8115 explicit Extent3D( Extent2D const & extent2D, uint32_t depth_ = {} ) in Extent3D() function
8126 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent3D const *>( &rhs ); in operator =()
8131 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
8137 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
8143 VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
8151 operator VkExtent3D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent3D const&()
[all …]