整理目录

This commit is contained in:
Zhanghu
2025-10-28 13:40:25 +08:00
parent 99ea33693c
commit 38cd05834d
144 changed files with 11308 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include "include/common.hlsl"
float3 CONVERT_FUNCTION(float3 input)
{
return ApplySRGBCurve(saturate(input));
}