MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / AsPlatformGUID

Method AsPlatformGUID

Source/Libraries/Common/Source/GlobalUID.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142GUID GlobalUID::AsPlatformGUID() const {
143 GUID guid;
144 std::memcpy(&guid, uuid, sizeof(guid));
145
146 return guid;
147}

Callers 1

Device.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected