MCPcopy Create free account
hub / github.com/TomClabault/HIPRT-Path-Tracer / select_compute_program

Method select_compute_program

src/UI/Screenshoter.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void Screenshoter::select_compute_program(DisplayViewType display_view)
79{
80 m_active_compute_program = m_compute_programs[display_view];
81}
82
83void Screenshoter::write_to_png()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected