I'm not sure whether these belong to render.lisp, or constants.lisp. We would probably want to mention these in the docstrings of blendmode-blend, and possibly set-texture-blend-mode.
Isn't what you have done in your own code sufficient? If I am missing something, then please submit a pull request (or re-open this and paste a patch here) showing what you would like changed.
When using
set-render-draw-blend-mode
I need to specify a blend mode. In my own code, I've used the following:Well, actually I just used
blendmode-blend
. That one at least works:I'm not sure whether these belong to render.lisp, or constants.lisp. We would probably want to mention these in the docstrings of
blendmode-blend
, and possiblyset-texture-blend-mode
.