Table of Contents

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 FVec3

Input vertex for the shader.

vertOut FVec3

Output vertex for the shader.

time double

Time elapsed.