When I change the D3D11VaoManager's indirect flag to true:
mVaoManager = OGRE_NEW D3D11VaoManager( true, mDevice, this, miscParams );
Here comes the error. I want to do some compute culling with indirect buffer.
"pBufferForArgs shouldn't be null"