Searched defs:SubresourceLayout (Results 1 – 2 of 2) sorted by relevance
30574 struct SubresourceLayout struct30576 using NativeType = VkSubresourceLayout;30579 VULKAN_HPP_CONSTEXPR SubresourceLayout( VULKAN_HPP_NAMESPACE::DeviceSize offset_ = {}, in SubresourceLayout() function30593 SubresourceLayout( VkSubresourceLayout const & rhs ) VULKAN_HPP_NOEXCEPT in SubresourceLayout() function30602 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubresourceLayout const *>( &rhs ); in operator =()30606 operator VkSubresourceLayout const &() const VULKAN_HPP_NOEXCEPT in operator VkSubresourceLayout const&()30611 operator VkSubresourceLayout &() VULKAN_HPP_NOEXCEPT in operator VkSubresourceLayout&()30638 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::SubresourceLayout ) == sizeof( VkSubresour…
31185 struct SubresourceLayout struct31187 using NativeType = VkSubresourceLayout;31190 VULKAN_HPP_CONSTEXPR SubresourceLayout( VULKAN_HPP_NAMESPACE::DeviceSize offset_ = {}, in SubresourceLayout() function31204 SubresourceLayout( VkSubresourceLayout const & rhs ) VULKAN_HPP_NOEXCEPT in SubresourceLayout() function31213 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubresourceLayout const *>( &rhs ); in operator =()31217 operator VkSubresourceLayout const &() const VULKAN_HPP_NOEXCEPT in operator VkSubresourceLayout const&()31222 operator VkSubresourceLayout &() VULKAN_HPP_NOEXCEPT in operator VkSubresourceLayout&()31249 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::SubresourceLayout ) == sizeof( VkSubresour…