MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / remove_patch_version

Function remove_patch_version

src/VulkanContext/VkTestUtils.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60static 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.
65static int should_include_debug_layer(const char* layerName,

Calls

no outgoing calls

Tested by

no test coverage detected