| 415 | } |
| 416 | |
| 417 | uint32_t Layers::GetDeviceLayersCount() const |
| 418 | { |
| 419 | if (!m_enableDiagnostics) |
| 420 | return 0; |
| 421 | |
| 422 | return static_cast<uint32_t>(m_deviceLayers.size()); |
| 423 | } |
| 424 | |
| 425 | char const * const * Layers::GetDeviceLayers() const |
| 426 | { |
no test coverage detected