RenderLib  0.1a
Rendering stuffs:)
Public Member Functions | Public Attributes
GLSL::FILTER::BLUR::Gauss3x3 Class Reference

List of all members.

Public Member Functions

void main ()

Public Attributes

uniform sampler2D image
 the input image
in vec2 tex
 texture coordinated
out vec4 color
 the color output

Detailed Description

A simple 3x3 gaussian convolution filter, non-separated version

Author:
Sebastian Schaefer
Date:
2012
Remarks:
Fragment-Shader

Member Function Documentation

The main routine: read the 3x3 neighbours and multiply with kernel


Member Data Documentation

the color output

the input image

texture coordinated


The documentation for this class was generated from the following file: