Skip to content

Commit

Permalink
fix merge mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaggers committed Dec 30, 2017
1 parent 9aad2f1 commit c3f7914
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions core/errors.lisp
Expand Up @@ -624,22 +624,6 @@ here: https://github.com/cbaggers/cepl/issues
Please use one of the following: ~{~a~^, ~}"
specifier valid-specifiers)

(deferror pipeline-recompile-in-tfb-scope () (name)
"CEPL: We were about to recompile the GL program behind ~a however we
noticed that this is happening inside the scope of with-transform-feedback
which GL does not allow. Sorry about that." name)

(deferror compile-g-missing-requested-feature () (form)
"CEPL: Sorry currently compile-g can only be used to make gpu lambdas
by passing nil as the name and the source for the lambda like this:
(lambda-g ((vert :vec4) &uniform (factor :float))
(* vert factor))
We recieved:
~a
" form)

;; Please remember the following 2 things
;;
;; - add your condition's name to the package export
Expand Down

0 comments on commit c3f7914

Please sign in to comment.