Retinal OCT Visualization

  • CamFrustum
    • Viewing (mod)
  • Program
    • Program (mod)
  • UI
    • Model (mod)
    • Model.ShaderType (union)
    • Model.State (rec)
    • Server (mod)
    • View (mod)
  • Visualization
    • OCTSlicePlane (mod)
    • OCTTexture (mod)
    • OCTVolume (mod)
    • OCTVolume.OCTVolumeConfig (rec)
    • Shader (mod)
    • ShaderUtils (mod)
    • Shadows (mod)
    • SliceShader (mod)
    • Tasks (mod)
    • VolumeShaders (mod)
Show / Hide Table of Contents

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>
Back to top Generated by DocFX