Ryan C. Gordon
Ryan C. Gordon
Adding to the ABI milestone in case we need to make changes to the 2D renderer (the GPU API isn't landing in the first release, but would have this feature...
After I finish the camera API (which keeps getting stalled for other tasks, but is close to done), I can go hard on the filesystem stuff...and then I _have_ to...
Just copying the callstack into this issue so we don't lose the pastebin contents: ``` ntdll.dll!00007ffb84e44f8e() Unknown user32.dll!00007ffb83345aa4() Unknown user32.dll!00007ffb833458ee() Unknown mfc140ud.dll!00007ffaf0091b05() Unknown user32.dll!00007ffb83345c1d() Unknown user32.dll!00007ffb833458ee() Unknown SDL2.dll!0000000075e4e7d0() Unknown user32.dll!00007ffb83345c1d()...
If you have a device that can reproduce this and you can record the sound in some way, I'd like to understand what "flat audio" sounds like exactly.
Ugh, I want to say no to this, but it seems pretty harmless, beyond locking an implementation detail into the public API. Let me think about it a bit.
Honestly, why not, let's do this. The docs are pretty clear you're on your own if it breaks. The question, though: should this use a hint, or should this just...
Oh, obvious question I just thought of: this only does something on the generic implementation; what should this do on iOS and Emscripten, where we don't use that code but...
I've decided I want to pass on this; it's only going to cause problems if we let people get into these internals, and it locks down things we don't want...
This is resolved now that #8633 is merged.
It _is_ verbose, which can be unpleasant for reading the header to absorb the API, but it's _very_ useful for generating standalone wiki and man pages. We could put a...