google / google/filament

The JavaScript/TypeScript bindings don't support engine config parameters

Open
#6,926 1 comment 0 reactions 0 assignees View on GitHub
web
Dominant language
C++
Stars
20.5k
Forks
2.3k
Avg merge
2d 16h
Merged PRs (30d)
74

Description

Unless I'm not seeing it, the JavaScript/TypeScript interface doesn't support the ability to pass in engine and driver configuration parameters. We need to modify those values to handle the larger scene sizes we regularly encounter.

The parameters I'm referring to are the `filament::Engine::Config` struct values:
- commandBufferSizeMB
- perRenderPassArenaSizeMB
- driverHandleArenaSizeMB
- minCommandBufferSizeMB
- perFrameCommandsSizeMB

The only engine creation options I see are for GL settings.

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.