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
          Ab4d.SharpEngine.PostProcessingDownSamplePostProcess

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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