mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-07 20:44:35 +00:00
7 lines
118 B
HLSL
7 lines
118 B
HLSL
#include "include/common.hlsl"
|
|
|
|
float3 CONVERT_FUNCTION(float3 input)
|
|
{
|
|
return ApplySRGBCurve(saturate(input));
|
|
}
|