Click or drag to resize
Ab4d.SharpEngine logo

SimpleFragmentShaderPostProcess Class

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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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
See Also
Inheritance Hierarchy