aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core-effects/Common/MatDefs/Post/FXAA.j3md
blob: 66855850cf50d1b0838f4ff4a7d760138433cf96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MaterialDef FXAA {
    MaterialParameters {
        Int NumSamples
        Texture2D Texture
        Float SubPixelShift
        Float VxOffset
        Float SpanMax
        Float ReduceMul
    }
    Technique {
        VertexShader GLSL100:   Common/MatDefs/Post/FXAA.vert
        FragmentShader GLSL100: Common/MatDefs/Post/FXAA.frag
        WorldParameters {
            WorldViewProjectionMatrix
            Resolution
        }
    }
    Technique FixedFunc {
    }
}