Skip to content

lib.img.fx.CustomPixelShader

Thomas Mann edited this page Jan 17, 2024 · 2 revisions

CustomPixelShader

in lib.img.fx


Creates a custom shader from a source parameter. This can be useful for prototyping.


Input Parameters

Name (Relevancy & Type) Description
ShaderCode (String) -
Center (Vector2) -
A (Single) -
B (Single) -
C (Single) -
D (Single) -
Resolution (Int2) -
FxTexture (Texture2D) -
IgnoreTemplate (Boolean) -

Outputs

Name Type
TextureOutput SharpDX.Direct3D11.Texture2D

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally