Searched refs:ClearDepthStencilValue (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp3257 struct ClearDepthStencilValue struct in namespace:vk::vk
3259 ClearDepthStencilValue( float depth_ = 0, uint32_t stencil_ = 0 ) function in struct:vk::vk::ClearDepthStencilValue
3265 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) function in struct:vk::vk::ClearDepthStencilValue
3267 memcpy( this, &rhs, sizeof(ClearDepthStencilValue) );
3270 ClearDepthStencilValue& operator=( VkClearDepthStencilValue const & rhs )
3272 memcpy( this, &rhs, sizeof(ClearDepthStencilValue) );
3276 ClearDepthStencilValue& setDepth( float depth_ )
3282 ClearDepthStencilValue& setStencil( uint32_t stencil_ )
3293 bool operator==( ClearDepthStencilValue const& rhs ) const
3299 bool operator!=( ClearDepthStencilValue cons
[all...]
/external/vulkan-validation-layers/demos/
H A Dcube.cpp504 vk::ClearDepthStencilValue(1.0f, 0u)};

Completed in 1484 milliseconds