Delegate VertexShader
- Namespace
- RenderSharp
- Assembly
- RenderSharp.dll
UNIMPLEMENTED. Delegate type for coordinate shaders. Which are shaders purely used to transform coordinates.
public delegate void VertexShader(FVec3 vertIn, out FVec3 vertOut, double time)
Parameters
vertIn
FVec3Input vertex for the shader.
vertOut
FVec3Output vertex for the shader.
time
doubleTime elapsed.