MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / deserialize_uint4

Function deserialize_uint4

amd_lib/shared/d3d11/src/AMD_Serialize.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 void deserialize_uint4(FILE * file, char * name, uint32 * v)
191 {
192 fscanf(file, "%s = %X %X %X %X; \n", name, &v[0], &v[1], &v[2], &v[3]);
193 }
194}

Callers 1

deserialize_float4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected