MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / FormatIntelWindows

Function FormatIntelWindows

vkconfig_core/util.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::string FormatIntelWindows(uint32_t driverVersion) { return format("%d.%d", (driverVersion >> 14), (driverVersion) & 0x3fff); }
66
67bool IsFrames(const std::string& s) {
68 static const std::regex FRAME_REGEX("^([0-9]+([-][0-9]+){0,2})(,([0-9]+([-][0-9]+){0,2}))*$");

Callers 2

GetVersionMethod · 0.85
LogMethod · 0.85

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected