filament icon indicating copy to clipboard operation
filament copied to clipboard

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

Open BStringhamVRSK opened this issue 2 years ago • 1 comments

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.

BStringhamVRSK avatar Jun 27 '23 20:06 BStringhamVRSK

Hello,

for information, we have the same problem here.

image

atcha avatar Aug 23 '23 08:08 atcha