Home
last modified time | relevance | path

Searched refs:FormatProperties3 (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp1753 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::FormatProperties3 ) == sizeof( VkFormatProperties3 ), "struct and wrapper have different size!" );
1754 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::FormatProperties3>::value, "struct wrapper is not a standard layout!" );
1755 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::FormatProperties3>::value,
1756 "FormatProperties3 is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp37654 struct FormatProperties3 global() struct
[all...]
H A Dvulkan_handles.hpp463 struct FormatProperties3;
464 using FormatProperties3KHR = FormatProperties3;
H A Dvulkan_hash.hpp5037 struct hash<VULKAN_HPP_NAMESPACE::FormatProperties3>
5039 std::size_t operator()( VULKAN_HPP_NAMESPACE::FormatProperties3 const & formatProperties3 ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp10031 struct StructExtends<FormatProperties3, FormatProperties2>

Completed in 148 milliseconds