public override void Commit(CommandList commandList, Texture renderFrame) { if (BuildMirror) { commandList.Copy(renderFrame, MirrorTexture); } }