5 hours ago, megatenfreak said:I see. Funny things is, the Begin method never gets called by the game. It handles every frame by a long series of DrawIndexed calls and then an End method.
Some queries are not required to call a Begin function, like with a timestamp for example, you only call the End() to record a timestamp.