C# Class QuadVideo.PowerLawTransform

Inheritance: NewTOAPIA.GL.Imaging.UnaryTextureProcessor
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
Gamma_Frag string

Méthodes publiques

Méthode Description
PowerLawTransform ( GraphicsInterface gi, int width, int height, float gamma ) : System

Méthodes protégées

Méthode Description
SetUniformVariables ( ) : void

Method Details

PowerLawTransform() public méthode

public PowerLawTransform ( GraphicsInterface gi, int width, int height, float gamma ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
gamma float
Résultat System

SetUniformVariables() protected méthode

protected SetUniformVariables ( ) : void
Résultat void

Property Details

Gamma_Frag public_oe static_oe property

This fragment shader will separate an incoming texture, as specified in the tex0 uniform variable, into a Y, Cr, and Cb channel. Its operation is dependent on the grahics driver support of the GL_ARB_draw_buffers extension. This will not operate on all machines.
public static string Gamma_Frag
Résultat string