Casey Dahlin
Casey Dahlin
No matter what is passed to with_prim_type, the primitive type is always Triangles. I'm not that familiar with the code base, but I poked around and from what I can...
https://github.com/amethyst/rendy/blob/master/graph/src/node/render/pass.rs#L718 The subtraction here underflows when attachments.len() == 0. This causes a crash in developer mode.
**Describe the bug** I checked out the source and ran several of the examples. In all cases the prompt wouldn't respond to the enter or backspace key, or any other...
Feeding standard input from a string to a ceylon.process process is currently impossible without much pain. I think this should be improved.