Delegate CoordShader
- Namespace
- RenderSharp
- Assembly
- RenderSharp.dll
Delegate type for coordinate shaders. Which are shaders purely used to transform coordinates.
public delegate void CoordShader(Vec2 coordIn, out Vec2 coordOut, Vec2 size, double time)
Parameters
coordInVec2Input coordinates for the shader.
coordOutVec2Output coordinates for the shader.
sizeVec2Size of the space the shader is run on.
timedoubleTime elapsed.