Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Effects/GeometryFX
/ serialize_uint3
Function
serialize_uint3
amd_lib/shared/d3d11/src/AMD_Serialize.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void serialize_uint3(FILE * file, const char * name, uint32 * v)
93
{
94
fprintf(file,
"%s = %X %X %X; \n"
, name, v[0], v[1], v[2]);
95
}
96
97
void serialize_uint4(FILE * file, const char * name, uint32 * v)
98
{
Callers
1
serialize_float3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected