Function VkDeviceCmds.CmdClearDepthStencilImage

Commands for VK_VERSION_1_0

void CmdClearDepthStencilImage (
  VkCommandBuffer_T* commandBuffer,
  VkImage_T* image,
  VkImageLayout imageLayout,
  const(VkClearDepthStencilValue)* pDepthStencil,
  uint rangeCount,
  const(VkImageSubresourceRange)* pRanges
);