MCPcopy Create free account
hub / github.com/WheretIB/nullc / float4__xyx__float3_ref__

Function float4__xyx__float3_ref__

NULLC/translation/std_math.cpp:1193–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191 return float3__(*(&(*(&__context))->x), *(&(*(&__context))->x), *(&(*(&__context))->w), (void*)0);
1192}
1193float3 float4__xyx__float3_ref__(float4 * __context)
1194{
1195 return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->x), (void*)0);
1196}
1197float3 float4__xyy__float3_ref__(float4 * __context)
1198{
1199 return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->y), (void*)0);

Callers

nothing calls this directly

Calls 1

float3__Function · 0.85

Tested by

no test coverage detected