| 1956 | VkQueryPipelineStatisticFlags pipelineStatistics; |
| 1957 | } VkCommandBufferInheritanceInfo; |
| 1958 | typedef struct VkCommandBufferBeginInfo { |
| 1959 | VkStructureType sType; |
| 1960 | const void * pNext; |
| 1961 | VkCommandBufferUsageFlags flags; |
| 1962 | const VkCommandBufferInheritanceInfo * pInheritanceInfo; |
| 1963 | } VkCommandBufferBeginInfo; |
| 1964 | typedef struct VkRenderPassBeginInfo { |
| 1965 | VkStructureType sType; |
| 1966 | const void * pNext; |
no outgoing calls
no test coverage detected