diff --git a/filament/src/RenderPass.cpp b/filament/src/RenderPass.cpp index 7a4de35a3cc..5b9d94613ea 100644 --- a/filament/src/RenderPass.cpp +++ b/filament/src/RenderPass.cpp @@ -680,8 +680,6 @@ RenderPass::Command* RenderPass::generateCommandsImpl(RenderPass::CommandTypeFla cmd.info.hasMorphing = (bool)morphing.handle; cmd.info.hasSkinning = (bool)skinning.handle; - assert_invariant(cmd.info.hasHybridInstancing || cmd.info.instanceCount <= 1); - // soaInstanceInfo[i].count is the number of instances the user has requested, either for // manual or hybrid instancing. Instanced stereo multiplies the number of instances by the // eye count.