Variable VkClearValue.depthStencil

union VkClearValue
{
  // ...
  VkClearDepthStencilValue depthStencil ;
  // ...
}