| 1306 | uint32_t reference; |
| 1307 | } VkStencilOpState; |
| 1308 | typedef struct VkCommandBufferAllocateInfo { |
| 1309 | VkStructureType sType; |
| 1310 | const void * pNext; |
| 1311 | VkCommandPool commandPool; |
| 1312 | VkCommandBufferLevel level; |
| 1313 | uint32_t commandBufferCount; |
| 1314 | } VkCommandBufferAllocateInfo; |
| 1315 | typedef union VkClearColorValue { |
| 1316 | float float32 [4]; |
| 1317 | int32_t int32 [4]; |
no outgoing calls
no test coverage detected