[GPU] XeSL swap shaders

This commit is contained in:
Triang3l
2022-06-24 23:24:30 +03:00
parent b7737d70ca
commit 7a4732e14f
42 changed files with 3977 additions and 882 deletions

View File

@@ -22,7 +22,7 @@ SamplerState xe_sampler_linear_clamp : register(s0);
#define FXAA_HLSL_5 1
#include "../../../../third_party/fxaa/FXAA3_11.h"
[numthreads(8, 8, 1)]
[numthreads(16, 8, 1)]
void main(uint3 xe_thread_id : SV_DispatchThreadID) {
[branch] if (any(xe_thread_id.xy >= xe_fxaa_size)) {
return;