dof-frag   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/graphics-pipeline-scm.xtm

Implementation

;; DoF with bokeh GLSL shader v2.4
;; by Martins Upitis (martinsh) (devlog-martinsh.blogspot.com)
;; public domain.
;;
(define dof-frag
  "
#version 330


Back to Index