Home
last modified time | relevance | path

Searched refs:VertexInputBindingDescription (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp147 vk::VertexInputBindingDescription inputBinding;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp27240 struct VertexInputBindingDescription global() struct
[all...]
H A Dvulkan_handles.hpp92 struct VertexInputBindingDescription;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp469 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VertexInputBindingDescription ) == sizeof( VkVertexInputBindingDescription ),
471 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::VertexInputBindingDescription>::value, "struct wrapper is not a standard layout!" );
472 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::VertexInputBindingDescription>::value,
473 "VertexInputBindingDescription is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp39580 struct VertexInputBindingDescription global() struct
[all...]
H A Dvulkan_hash.hpp5249 struct hash<VULKAN_HPP_NAMESPACE::VertexInputBindingDescription>
5251 std::size_t operator()( VULKAN_HPP_NAMESPACE::VertexInputBindingDescription const & vertexInputBindingDescription ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp93 struct VertexInputBindingDescription;

Completed in 164 milliseconds