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

Function serialize_uint4

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

Source from the content-addressed store, hash-verified

95 }
96
97 void serialize_uint4(FILE * file, const char * name, uint32 * v)
98 {
99 fprintf(file, "%s = %X %X %X %X; \n", name, v[0], v[1], v[2], v[3]);
100 }
101
102 void deserialize_string(FILE * file, char * name)
103 {

Callers 1

serialize_float4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected