The prelude module is meant to re-export the ApiVersion trait and all RenderDocV### traits such that they can be glob-imported into the global scope for developer convenience. In version 0.4, support was added for version 1.2.0 of the Renderdoc API. Unfortunately, it seems that the corresponding re-export for the RenderDocV120 trait is missing from the prelude.
Fixing this should be as easy as adding RenderDocV120 to the imports.
The
prelude
module is meant to re-export theApiVersion
trait and allRenderDocV###
traits such that they can be glob-imported into the global scope for developer convenience. In version 0.4, support was added for version 1.2.0 of the Renderdoc API. Unfortunately, it seems that the corresponding re-export for theRenderDocV120
trait is missing from the prelude.Fixing this should be as easy as adding
RenderDocV120
to the imports.