All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Common.MatDefs.Post.FXAA.j3md Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
MaterialDef FXAA {
    MaterialParameters {
        Int NumSamples
        Texture2D Texture
        Float SubPixelShift
        Float VxOffset
        Float SpanMax
        Float ReduceMul
    }
    Technique {
        VertexShader GLSL300 GLSL100 GLSL150:   Common/MatDefs/Post/FXAA.vert
        FragmentShader GLSL300 GLSL100 GLSL150: Common/MatDefs/Post/FXAA.frag
        WorldParameters {
            ResolutionInverse
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy