C# Class PixelMagic.ShaderData

Afficher le fichier Open project: kumpera/PixelMagic Class Usage Examples

Méthodes publiques

Méthode Description
GetConstant ( int idx ) : Mono.Simd.Vector4f
GetConstantOrZero ( int idx ) : Mono.Simd.Vector4f
GetOutputTexture ( int idx ) : Texture
GetSampler ( int idx ) : Sampler
SetConstant ( int idx, float value ) : void
SetConstant ( int idx, float v0, float v1 ) : void
SetOutputTexture ( int idx, Texture tex ) : void
SetSampler ( int idx, Sampler sampler ) : void

Private Methods

Méthode Description
GetConstants ( ) : Vector4f>.Dictionary

Method Details

GetConstant() public méthode

public GetConstant ( int idx ) : Mono.Simd.Vector4f
idx int
Résultat Mono.Simd.Vector4f

GetConstantOrZero() public méthode

public GetConstantOrZero ( int idx ) : Mono.Simd.Vector4f
idx int
Résultat Mono.Simd.Vector4f

GetOutputTexture() public méthode

public GetOutputTexture ( int idx ) : Texture
idx int
Résultat Texture

GetSampler() public méthode

public GetSampler ( int idx ) : Sampler
idx int
Résultat Sampler

SetConstant() public méthode

public SetConstant ( int idx, float value ) : void
idx int
value float
Résultat void

SetConstant() public méthode

public SetConstant ( int idx, float v0, float v1 ) : void
idx int
v0 float
v1 float
Résultat void

SetOutputTexture() public méthode

public SetOutputTexture ( int idx, Texture tex ) : void
idx int
tex Texture
Résultat void

SetSampler() public méthode

public SetSampler ( int idx, Sampler sampler ) : void
idx int
sampler Sampler
Résultat void