Skip to content

Commit

Permalink
Stub out
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 17, 2023
1 parent a5ae931 commit a3a774b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alloy/ui.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
(trial:color :port-type trial:output :attachment :color-attachment0)
(trial:depth :port-type trial:output :attachment :depth-stencil-attachment)))

(defmethod trial:enter (thing (pass ui-pass)))
(defmethod trial:leave (thing (pass ui-pass)))

(defmethod trial:stage :after ((pass ui-pass) (area trial:staging-area))
(trial:stage (trial:framebuffer pass) area))

Expand Down

0 comments on commit a3a774b

Please sign in to comment.