mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
WARNING: Issues on web building
Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension. It requires more investigation but now it works (avoiding VAO usage)
This commit is contained in:
2
src/external/miniaudio.h
vendored
2
src/external/miniaudio.h
vendored
@ -21915,8 +21915,6 @@ extern "C" {
|
||||
#endif
|
||||
EMSCRIPTEN_KEEPALIVE void ma_device_process_pcm_frames_capture__webaudio(ma_device* pDevice, int frameCount, float* pFrames)
|
||||
{
|
||||
ma_result result;
|
||||
|
||||
if (pDevice->type == ma_device_type_duplex) {
|
||||
ma_device__handle_duplex_callback_capture(pDevice, (ma_uint32)frameCount, pFrames, &pDevice->webaudio.duplexRB);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user