MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / render_blit

Function render_blit

StereoKitC/systems/render.cpp:1002–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000///////////////////////////////////////////
1001
1002void render_blit(tex_t to, material_t material) {
1003 skg_tex_t *old_target = skg_tex_target_get();
1004
1005 skg_tex_target_bind (&to->tex );
1006 render_blit_to_bound(material );
1007 skg_tex_target_bind (old_target);
1008}
1009
1010///////////////////////////////////////////
1011

Callers 2

demo_desktop_updateFunction · 0.85
tex_load_equirect_uploadFunction · 0.85

Calls 3

skg_tex_target_getFunction · 0.85
skg_tex_target_bindFunction · 0.85
render_blit_to_boundFunction · 0.85

Tested by

no test coverage detected