Click or drag to resize
Ab4d.SharpEngine logo

SimpleFragmentShaderPostProcess Class

[Missing <summary> documentation for "T:Ab4d.SharpEngine.PostProcessing.SimpleFragmentShaderPostProcess"]

Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.PostProcessingPostProcessBase
      Ab4d.SharpEngine.PostProcessingStandardPostProcess
        Ab4d.SharpEngine.PostProcessingSimpleFragmentShaderPostProcess
          More

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public class SimpleFragmentShaderPostProcess : StandardPostProcess

The SimpleFragmentShaderPostProcess type exposes the following members.

Constructors
 NameDescription
Public methodSimpleFragmentShaderPostProcess(String, String)Initializes a new instance of the SimpleFragmentShaderPostProcess class
Public methodSimpleFragmentShaderPostProcess(String, String, String)Initializes a new instance of the SimpleFragmentShaderPostProcess class
Top
Methods
Fields
 NameDescription
Protected fieldentryPointName Entry point name in the fragment shader
Protected fieldfragmentShaderResourceName The fragment shader resource name
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.PostProcessing.SimpleFragmentShaderPostProcess"]

See Also
Inheritance Hierarchy