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

Function serialize_float3

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

Source from the content-addressed store, hash-verified

55 }
56
57 void serialize_float3(FILE * file, const char * name, float * v)
58 {
59 fprintf(file, "#%s = %.10f %.10f %.10f; \n", name, v[0], v[1], v[2]);
60 serialize_uint3(file, name, (uint *) v);
61 }
62
63 void serialize_float4(FILE * file, const char * name, float * v)
64 {

Callers

nothing calls this directly

Calls 1

serialize_uint3Function · 0.85

Tested by

no test coverage detected