Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SSRBlurShader

Ssrblur shader

See the ngx3js docs page for details. See the webgl / postprocessing / ssr | page for a live demo.

Hierarchy

  • SSRBlurShader

Index

Properties

fragmentShader

fragmentShader: string

uniforms

uniforms: { opacity: IUniform<number>; resolution: IUniform<I3JS.Vector2>; tDiffuse: IUniform<I3JS.Texture> }

Type declaration

vertexShader

vertexShader: string

Generated using TypeDoc