summaryrefslogtreecommitdiff
path: root/testdata/framebuffer05.out
blob: a90222ace38482af7eda3ace1b3b9f9648f9932d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pipeline
  { info = "generated by lambdacube-compiler 0.6.0.0"
  , backend = OpenGL33
  , textures = []
  , samplers = []
  , targets =
      [ RenderTarget
          { renderTargets =
              [ TargetItem
                  { targetSemantic = Depth , targetRef = Just (Framebuffer Depth) }
              ]
          }
      ]
  , programs = []
  , slots = []
  , streams = []
  , commands =
      [ SetRenderTarget 0
      , ClearRenderTarget
          [ ClearImage { imageSemantic = Depth , clearValue = VFloat 1.0 } ]
      ]
  }