| 55 | // -------------------------------------------------------------------------------------------------------------------- |
| 56 | |
| 57 | static void notImplemented(const char* const name) |
| 58 | { |
| 59 | d_stderr2("Vulkan function not implemented: %s", name); |
| 60 | } |
| 61 | |
| 62 | // -------------------------------------------------------------------------------------------------------------------- |
| 63 | // Color |
no test coverage detected