Method | Description | |
---|---|---|
GetConstant ( int idx ) : Mono.Simd.Vector4f | ||
GetConstantOrZero ( int idx ) : Mono.Simd.Vector4f | ||
GetOutputTexture ( int idx ) : |
||
GetSampler ( int idx ) : |
||
SetConstant ( int idx, float value ) : void | ||
SetConstant ( int idx, float v0, float v1 ) : void | ||
SetOutputTexture ( int idx, |
||
SetSampler ( int idx, |
Method | Description | |
---|---|---|
GetConstants ( ) : Vector4f>.Dictionary |
public GetConstant ( int idx ) : Mono.Simd.Vector4f | ||
idx | int | |
return | Mono.Simd.Vector4f |
public GetConstantOrZero ( int idx ) : Mono.Simd.Vector4f | ||
idx | int | |
return | Mono.Simd.Vector4f |
public GetOutputTexture ( int idx ) : |
||
idx | int | |
return |
public SetConstant ( int idx, float value ) : void | ||
idx | int | |
value | float | |
return | void |
public SetConstant ( int idx, float v0, float v1 ) : void | ||
idx | int | |
v0 | float | |
v1 | float | |
return | void |
public SetOutputTexture ( int idx, |
||
idx | int | |
tex | ||
return | void |
public SetSampler ( int idx, |
||
idx | int | |
sampler | ||
return | void |