MCPcopy Create free account
hub / github.com/crosire/reshade / get_current_back_buffer

Method get_current_back_buffer

include/reshade_api.hpp:71–71  ·  view source on GitHub ↗

Gets the current back buffer resource.

Source from the content-addressed store, hash-verified

69 /// Gets the current back buffer resource.
70 /// </summary>
71 resource get_current_back_buffer() { return get_back_buffer(get_current_back_buffer_index()); }
72 /// <summary>
73 /// Gets the index of the back buffer resource that can currently be rendered into.
74 /// </summary>

Callers 5

save_screenshotMethod · 0.45
capture_screenshotFunction · 0.45
on_vr_submit_vulkanFunction · 0.45
capture_impl_frameFunction · 0.45
on_presentFunction · 0.45

Calls 2

get_back_bufferFunction · 0.85

Tested by

no test coverage detected