This commit is contained in:
StarBeats 2025-06-25 17:01:09 +08:00
parent c05697070e
commit a22606bbe5

View File

@ -1,9 +1,11 @@
// Each #kernel tells which function to compile; you can have many kernels // Each #kernel tells which function to compile; you can have many kernels
#pragma kernel CSMain #pragma kernel CSMain
#pragma kernel CSMain _SKIP_3_MIP #pragma kernel CSMain _SKIP_3_MIP
#define FFX_SPD_NO_WAVE_OPERATIONS 1 // #define FFX_SPD_NO_WAVE_OPERATIONS 1
// #pragma multi_compile FFX_SPD_NO_WAVE_OPERATIONS _ // #pragma multi_compile FFX_SPD_NO_WAVE_OPERATIONS _
#pragma enable_d3d11_debug_symbols #pragma enable_d3d11_debug_symbols
#pragma target 6.0
#pragma require wavebasic
#define FFX_GPU 1 #define FFX_GPU 1
#define FFX_HLSL 1 #define FFX_HLSL 1