ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Black screen only on some devices on MacOS #52

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Will need to resolve before #12 can be considered finished. Possibly related to https://github.com/glfw/glfw/issues/1634

lnihlen commented 4 years ago

Testing a fix in #57. This turned out to be an issue with memory allocation. I wasn't requiring host-accessible memory to be coherent, just indicating a preference for that.