Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiligentGraphics/DiligentFX
/ ToFloat4
Function
ToFloat4
Hydrogent/interface/GfTypeConversions.hpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
inline float4 ToFloat4(const pxr::GfVec4f& v)
212
{
213
return ToVector4<float>(v);
214
}
215
216
inline float4 ToFloat4(const pxr::GfVec4d& v)
217
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected