You can. But, you sure you want to do it now in the current form? My biggest worry, currently Mojo is using dynamic vertex buffer and dynamic index buffer, after doing examples, I am pretty sure this should be transient vertex buffer and transient index buffer. I am not sure whether dynamic will cause problem, like memory leak. Transient buffers are freed after each frame by bgfx.
EDIT: sorry Mike, I am out of the loop, did an important target stop working?