Class Shader (mod)
Shaders for the 2D overlay
Inheritance
Shader (mod)
Namespace: Visualization
Assembly: OCTVis.dll
Syntax
module Shader
Fields
val colSmp
texture sampler for the 2D overlay
Declaration
val colSmp: Sampler2d
Field Value
Type | Description |
---|---|
FShade.Sampler2d |
Methods
val quadFrag: Vertex -> Expr<V4d>
fragment shader for the 2D overlay
Declaration
val quadFrag: v:Vertex -> Expr<V4d>
Parameters
Type | Name | Description |
---|---|---|
Aardvark.Base.Rendering.Effects.Vertex | v |
Returns
Type | Description |
---|---|
FSharp.Quotations.Expr<Aardvark.Base.V4d> |