Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToFloat4
Method
ToFloat4
Source/Engine/Core/Math/Half.cpp:116–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
Float4 Half4::ToFloat4() const
117
{
118
return Float4(
119
Float16Compressor::Decompress(X),
120
Float16Compressor::Decompress(Y),
121
Float16Compressor::Decompress(Z),
122
Float16Compressor::Decompress(W)
123
);
124
}
Callers
7
Load
Method · 0.45
RenderInner
Method · 0.45
exportLightmapPreview
Method · 0.45
TestMath.cpp
File · 0.45
TestConversion
Method · 0.45
PixelFormatExtensions.cpp
File · 0.45
ExportTextureStb
Method · 0.45
Calls
2
Float4
Class · 0.85
Decompress
Function · 0.85
Tested by
1
TestConversion
Method · 0.36