| 854 | } |
| 855 | |
| 856 | void initLayerSettings(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) { |
| 857 | this->dump_settings.init(pCreateInfo, pAllocator); |
| 858 | } |
| 859 | |
| 860 | uint64_t frameCount() { |
| 861 | std::lock_guard<std::mutex> lg(frame_mutex); |
no test coverage detected