Render.enable_render_target() seems to not work (and is not in the API)

I believe that tutorial is outdated. I saw on Slack that someone was going to create a PR to fix it.

The function you are looking for is render.set_render_target(target, [options]) and render.set_render_target(render.RENDER_TARGET_DEFAULT).

1 Like