on macOS, always create stencil buffer by default

This commit is contained in:
Nick Fisher
2025-07-01 10:21:39 +08:00
parent 4b9c20eaa6
commit 584abd6086
4 changed files with 19 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ extern "C"
EMSCRIPTEN_KEEPALIVE void RenderTicker_render(TRenderTicker *tRenderTicker, uint64_t frameTimeInNanos);
EMSCRIPTEN_KEEPALIVE void RenderTicker_setRenderable(TRenderTicker *tRenderTicker, TSwapChain *swapChain, TView **views, uint8_t numViews);
EMSCRIPTEN_KEEPALIVE void RenderTicker_removeSwapChain(TRenderTicker *tRenderTicker, TSwapChain *swapChain);
#ifdef __cplusplus
}