| 58 | }; |
| 59 | |
| 60 | static uint32_t remove_patch_version(uint32_t specVersion) { |
| 61 | return (specVersion >> 12) << 12; |
| 62 | } |
| 63 | |
| 64 | // Returns the index into layers array for the layer we want. Returns -1 if not supported. |
| 65 | static int should_include_debug_layer(const char* layerName, |
no outgoing calls
no test coverage detected