// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkClearDepthStencilValue,VkClearDepthStencilValue]] [source,c++] ---- typedef struct VkClearDepthStencilValue { float depth; uint32_t stencil; } VkClearDepthStencilValue; ----