forked from patriciogonzalezvivo/lygia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.hlsl
32 lines (31 loc) · 992 Bytes
/
sample.hlsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include "sample/2DCube.hlsl"
#include "sample/derivative.hlsl"
#include "sample/heatmap.hlsl"
#include "sample/quilt.hlsl"
#include "sample/sprite.hlsl"
#include "sample/3DSdf.hlsl"
#include "sample/dither.hlsl"
#include "sample/hue.hlsl"
#include "sample/repeat.hlsl"
#include "sample/triplanar.hlsl"
#include "sample/bicubic.hlsl"
#include "sample/dof.hlsl"
#include "sample/mirror.hlsl"
#include "sample/shadow.hlsl"
#include "sample/untile.hlsl"
#include "sample/bracketing.hlsl"
#include "sample/equirect.hlsl"
#include "sample/nearest.hlsl"
#include "sample/shadowLerp.hlsl"
#include "sample/viewPosition.hlsl"
#include "sample/bumpMap.hlsl"
#include "sample/flow.hlsl"
#include "sample/normalMap.hlsl"
#include "sample/shadowPCF.hlsl"
#include "sample/yuv.hlsl"
#include "sample/clamp2edge.hlsl"
#include "sample/fxaa.hlsl"
#include "sample/opticalFlow.hlsl"
#include "sample/smooth.hlsl"
#include "sample/zero.hlsl"
#include "sample/normalFromHeightMap.hlsl"