| 25 | } |
| 26 | |
| 27 | void wf_cube_background_cubemap::create_program() |
| 28 | { |
| 29 | wf::gles::run_in_context([&] |
| 30 | { |
| 31 | program.set_simple( |
| 32 | OpenGL::compile_program(cubemap_vertex, cubemap_fragment)); |
| 33 | }); |
| 34 | } |
| 35 | |
| 36 | void wf_cube_background_cubemap::reload_texture() |
| 37 | { |
nothing calls this directly
no test coverage detected