Searched defs:VkClearDepthStencilValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2139 typedef struct VkClearDepthStencilValue { struct
2142 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue
2146 VkClearDepthStencilValue depthStencil;
2353 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3056 const VkClearDepthStencilValue* pDepthStencil,

Completed in 50 milliseconds