Table of Contents

Class PostBlurShader

Namespace
OmegaEngine.Graphics.Shaders
Assembly
OmegaEngine.dll

A post-screen shader that blurs the view using a Gaussian blur filter.

public class PostBlurShader : PostShader, IDisposable
Inheritance
PostBlurShader
Implements
Derived
Inherited Members
Extension Methods

Properties

BlurStrength

How strongly to blur the image - values between 0 and 10

public float BlurStrength { get; set; }

Property Value

float

MinShaderModel

The minimum shader model version required to use this shader

public static Version MinShaderModel { get; }

Property Value

Version

Methods

OnEngineSet()

Hook that is called when Engine is set for the first time.

protected override void OnEngineSet()