We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b0164 commit e75bf2fCopy full SHA for e75bf2f
filament/src/RenderPass.cpp
@@ -680,8 +680,6 @@ RenderPass::Command* RenderPass::generateCommandsImpl(RenderPass::CommandTypeFla
680
cmd.info.hasMorphing = (bool)morphing.handle;
681
cmd.info.hasSkinning = (bool)skinning.handle;
682
683
- assert_invariant(cmd.info.hasHybridInstancing || cmd.info.instanceCount <= 1);
684
-
685
// soaInstanceInfo[i].count is the number of instances the user has requested, either for
686
// manual or hybrid instancing. Instanced stereo multiplies the number of instances by the
687
// eye count.
0 commit comments