-
In some cases, I am getting a failure of an assertion |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's unfortunately the latter, see issue #2507. We do provide a compile-time way to increase the size of the commande buffer queue. You can do this by passing define flags to CMake: |
Beta Was this translation helpful? Give feedback.
It's unfortunately the latter, see issue #2507. We do provide a compile-time way to increase the size of the commande buffer queue. You can do this by passing define flags to CMake:
FILAMENT_PER_RENDER_PASS_ARENA_SIZE_IN_MB
,FILAMENT_PER_FRAME_COMMANDS_SIZE_IN_MB
andFILAMENT_MIN_COMMAND_BUFFERS_SIZE_IN_MB
(which default respectively to 2, 2, and 1 MiB).