Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp4894 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT ) == sizeof( VkDepthBiasRepresentationInfoEXT ),
4896 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT>::value, "struct wrapper is not a standard layout!" );
4897 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT>::value,
4898 "DepthBiasRepresentationInfoEXT is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp23402 struct DepthBiasRepresentationInfoEXT struct
23410 VULKAN_HPP_CONSTEXPR DepthBiasRepresentationInfoEXT( VULKAN_HPP_NAMESPACE::DepthBiasRepresentationEXT depthBiasRepresentation_ =
23420 VULKAN_HPP_CONSTEXPR DepthBiasRepresentationInfoEXT( DepthBiasRepresentationInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
23422 DepthBiasRepresentationInfoEXT( VkDepthBiasRepresentationInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
23423 : DepthBiasRepresentationInfoEXT( *reinterpret_cast<DepthBiasRepresentationInfoEXT const *>( &rhs ) )
23427 DepthBiasRepresentationInfoEXT & operator=( DepthBiasRepresentationInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
23430 DepthBiasRepresentationInfoEXT
[all...]
H A Dvulkan.hpp12978 struct StructExtends<DepthBiasRepresentationInfoEXT, DepthBiasInfoEXT>
12987 struct StructExtends<DepthBiasRepresentationInfoEXT, PipelineRasterizationStateCreateInfo>
H A Dvulkan_hash.hpp3199 struct hash<VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT>
3201 std::size_t operator()( VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT const & depthBiasRepresentationInfoEXT ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp1216 struct DepthBiasRepresentationInfoEXT;

Completed in 115 milliseconds