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 Model.ShaderType (union)

volume rendering shader types

Inheritance
System.Object
Model.ShaderType (union)
Namespace: UI
Assembly: OCTVis.dll
Syntax
union Model.ShaderType
    | BASIC
    | FIRST
    | MIP
    | ENHANCED
    | ENHANCED_FULL

Properties

BASIC

Declaration
| BASIC

ENHANCED

Declaration
| ENHANCED

ENHANCED_FULL

Declaration
| ENHANCED_FULL

FIRST

Declaration
| FIRST

MIP

Declaration
| MIP
Back to top Generated by DocFX