| 149 | } |
| 150 | |
| 151 | std::string GetDumpFilePath() |
| 152 | { |
| 153 | return base::JoinPath(GetPlatform().TmpDir(), kDumpFileName); |
| 154 | } |
| 155 | } // namespace |
| 156 | |
| 157 | VulkanPipeline::VulkanPipeline(VkDevice device, uint32_t appVersionCode) : m_appVersionCode(appVersionCode) |
no test coverage detected